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 (
    1226, 530, 957, 627, 628, 629, 1527, 1548, 
    1550
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position, 
  a.variant_id

Query time 0.01396

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "read_sorted_file": {
          "filesort": {
            "sort_key": "a.position, a.variant_id",
            "table": {
              "table_name": "a",
              "access_type": "range",
              "possible_keys": ["status", "option_id", "option_id_2"],
              "key": "option_id",
              "key_length": "6",
              "used_key_parts": ["option_id", "status"],
              "rows": 37,
              "filtered": 100,
              "index_condition": "a.option_id in (1226,530,957,627,628,629,1527,1548,1550) and a.`status` = 'A'"
            }
          }
        }
      },
      {
        "table": {
          "table_name": "b",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["variant_id", "lang_code"],
          "ref": ["dev_db.a.variant_id", "const"],
          "rows": 1,
          "filtered": 100,
          "attached_condition": "trigcond(b.lang_code = 'en')"
        }
      }
    ]
  }
}

Result

variant_name variant_id option_id position modifier modifier_type weight_modifier weight_modifier_type point_modifier point_modifier_type status
Gift wrapping & Greeting card 659 530 0 50000.000 A 0.000 A 0.000 A A
Mint 1076 627 0 0.000 A 0.000 A 0.000 A A
Ginger 1077 627 0 0.000 A 0.000 A 0.000 A A
Pomelo 1078 627 0 0.000 A 0.000 A 0.000 A A
Lemongrass 1079 627 0 0.000 A 0.000 A 0.000 A A
Litsea Cubeba 1080 627 0 0.000 A 0.000 A 0.000 A A
Orange 1081 627 0 0.000 A 0.000 A 0.000 A A
Elsholtzia Blanda Benth 1082 627 0 0.000 A 0.000 A 0.000 A A
Cinnamon 1083 627 0 0.000 A 0.000 A 0.000 A A
Mint 1084 628 0 0.000 A 0.000 A 0.000 A A
Ginger 1085 628 0 0.000 A 0.000 A 0.000 A A
Pomelo 1086 628 0 0.000 A 0.000 A 0.000 A A
Lemongrass 1087 628 0 0.000 A 0.000 A 0.000 A A
Litsea Cubeba 1088 628 0 0.000 A 0.000 A 0.000 A A
Orange 1089 628 0 0.000 A 0.000 A 0.000 A A
Elsholtzia Blanda Benth 1090 628 0 0.000 A 0.000 A 0.000 A A
Cinnamon 1091 628 0 0.000 A 0.000 A 0.000 A A
Mint 1092 629 0 0.000 A 0.000 A 0.000 A A
Ginger 1093 629 0 0.000 A 0.000 A 0.000 A A
Pomelo 1094 629 0 0.000 A 0.000 A 0.000 A A
Lemongrass 1095 629 0 0.000 A 0.000 A 0.000 A A
Litsea Cubeba 1096 629 0 0.000 A 0.000 A 0.000 A A
Orange 1097 629 0 0.000 A 0.000 A 0.000 A A
Elsholtzia Blanda Benth 1098 629 0 0.000 A 0.000 A 0.000 A A
Cinnamon 1099 629 0 0.000 A 0.000 A 0.000 A A
3183 1226 0 0.000 A 0.000 A 0.000 A A
4032 1548 0 0.000 A 0.000 A 0.000 A A
4036 1550 0 0.000 A 0.000 A 0.000 A A
Single bottle 2255 957 1 0.000 A 0.000 A 0.000 A A
3182 1226 1 0.000 A 0.000 A 0.000 A A
Plain 3981 1527 1 0.000 A 0.000 A 0.000 A A
4031 1548 1 0.000 A 0.000 A 0.000 A A
4035 1550 1 0.000 A 0.000 A 0.000 A A
Pack of 6 bottles 2256 957 2 345000.000 A 0.000 A 0.000 A A
Embroider 3982 1527 2 0.000 A 0.000 A 0.000 A A
Pack of 10 bottles 2257 957 3 575000.000 A 0.000 A 0.000 A A
Pack of 20 bottles 2258 957 4 1125000.000 A 0.000 A 0.000 A A