SELECT 
  b.variant_name, 
  a.* 
FROM 
  cscart_product_option_variants AS a 
  LEFT JOIN cscart_product_option_variants_descriptions AS b ON b.variant_id = a.variant_id 
  AND b.lang_code = 'en' 
WHERE 
  1 
  AND a.option_id IN (199, 86, 87) 
  AND a.status = 'A' 
ORDER BY 
  a.position, 
  a.variant_id

Query time 0.00125

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "78.16"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "43.00"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "a",
            "access_type": "range",
            "possible_keys": [
              "status",
              "option_id",
              "option_id_2"
            ],
            "key": "option_id",
            "used_key_parts": [
              "option_id",
              "status"
            ],
            "key_length": "6",
            "rows_examined_per_scan": 43,
            "rows_produced_per_join": 43,
            "filtered": "100.00",
            "index_condition": "((`cscartdb`.`a`.`option_id` in (199,86,87)) and (`cscartdb`.`a`.`status` = 'A'))",
            "cost_info": {
              "read_cost": "15.81",
              "eval_cost": "4.30",
              "prefix_cost": "20.11",
              "data_read_per_join": "2K"
            },
            "used_columns": [
              "variant_id",
              "option_id",
              "position",
              "modifier",
              "modifier_type",
              "weight_modifier",
              "weight_modifier_type",
              "point_modifier",
              "point_modifier_type",
              "status",
              "note_required"
            ]
          }
        },
        {
          "table": {
            "table_name": "b",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "variant_id",
              "lang_code"
            ],
            "key_length": "9",
            "ref": [
              "cscartdb.a.variant_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 43,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "10.75",
              "eval_cost": "4.30",
              "prefix_cost": "35.16",
              "data_read_per_join": "32K"
            },
            "used_columns": [
              "variant_id",
              "lang_code",
              "variant_name"
            ]
          }
        }
      ]
    }
  }
}

Result

variant_name variant_id option_id position modifier modifier_type weight_modifier weight_modifier_type point_modifier point_modifier_type status note_required
Small 7451 199 0 0.000 A 0.000 A 0.000 A A
Medium 7452 199 0 25.000 A 0.000 A 0.000 A A
Large 7453 199 0 56.000 A 0.000 A 0.000 A A
XL 7454 199 0 101.000 A 0.000 A 0.000 A A
Small and Medium Set 7455 199 0 46.000 A 0.000 A 0.000 A A
Small, Medium, and Large Set 7456 199 0 110.000 A 0.000 A 0.000 A A
All Four Sizes! 7457 199 0 173.000 A 0.000 A 0.000 A A
Kreature Orange 3030 87 1 0.000 A 0.000 A 0.000 A A
Super soft 7624 86 1 0.000 A 0.000 A 0.000 A A
Brilliant Yellow 3031 87 2 0.000 A 0.000 A 0.000 A A
Classic (Recommended) 7625 86 2 0.000 A 0.000 A 0.000 A A
Sparkle White 3032 87 3 0.000 A 0.000 A 0.000 A A
Extra Firm 7626 86 3 0.000 A 0.000 A 0.000 A A
Blood Red 3033 87 4 0.000 A 0.000 A 0.000 A A
Burnt Orange 3034 87 5 0.000 A 0.000 A 0.000 A A
Kreature Purple 3035 87 6 0.000 A 0.000 A 0.000 A A
Deep Violet 3036 87 7 0.000 A 0.000 A 0.000 A A
Bubble Gum Pink 3037 87 8 0.000 A 0.000 A 0.000 A A
Dark Rose 3038 87 9 0.000 A 0.000 A 0.000 A A
Metallic Silver 3039 87 10 0.000 A 0.000 A 0.000 A A
Chartreuse 3040 87 11 0.000 A 0.000 A 0.000 A A
Swamp Green 3041 87 12 0.000 A 0.000 A 0.000 A A
Shimmer Gold 3042 87 13 0.000 A 0.000 A 0.000 A A
Bright Cherry 3043 87 14 0.000 A 0.000 A 0.000 A A
Dark Brown 3044 87 15 0.000 A 0.000 A 0.000 A A
Kreature Green 3045 87 16 0.000 A 0.000 A 0.000 A A
Sparkle Bronze 3046 87 17 0.000 A 0.000 A 0.000 A A
Deep Blue-Green 3047 87 18 0.000 A 0.000 A 0.000 A A
Ocean Blue 3048 87 19 0.000 A 0.000 A 0.000 A A
Kreature Blue 3049 87 20 0.000 A 0.000 A 0.000 A A
Inky Grey 3050 87 21 0.000 A 0.000 A 0.000 A A
Jade 3051 87 22 0.000 A 0.000 A 0.000 A A
Gray Green 3052 87 23 0.000 A 0.000 A 0.000 A A
Olive 3053 87 24 0.000 A 0.000 A 0.000 A A
Rose Gold 3054 87 25 0.000 A 0.000 A 0.000 A A
Coal Black 3055 87 26 0.000 A 0.000 A 0.000 A A
Rust 3056 87 27 0.000 A 0.000 A 0.000 A A
Copper 3057 87 28 0.000 A 0.000 A 0.000 A A
Ukon Brown 3058 87 29 0.000 A 0.000 A 0.000 A A
Valentine 3059 87 30 0.000 A 0.000 A 0.000 A A
Fire Red 3060 87 31 0.000 A 0.000 A 0.000 A A
Chocolate 3061 87 32 0.000 A 0.000 A 0.000 A A
Ruddy Gold 3062 87 33 0.000 A 0.000 A 0.000 A A
Jet Black 3063 87 34 0.000 A 0.000 A 0.000 A A
Solid White 3064 87 35 0.000 A 0.000 A 0.000 A A
Fluorescent Blue 3065 87 36 0.000 A 0.000 A 0.000 A A
Fluorescent Orange 3066 87 37 0.000 A 0.000 A 0.000 A A
Fluorescent Purple 3067 87 38 0.000 A 0.000 A 0.000 A A
Fluorescent Green 3068 87 39 0.000 A 0.000 A 0.000 A A
Red-Orange Glow 3069 87 40 7.990 A 0.000 A 0.000 A A
White-Green Glow 3070 87 41 7.990 A 0.000 A 0.000 A A
Blue Glow 3071 87 42 7.990 A 0.000 A 0.000 A A
Golden Copper Shift 3072 87 43 4.990 A 0.000 A 0.000 A A
Rusty Pink Shift 3073 87 44 4.990 A 0.000 A 0.000 A A
Blue Purple Shift 3074 87 45 4.990 A 0.000 A 0.000 A A
Blue Green Shift 3075 87 46 4.990 A 0.000 A 0.000 A A