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 (
    1548, 1550, 601, 202, 1188, 220, 467, 
    1495, 659, 660, 1266, 1341, 479
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position, 
  a.variant_id

Query time 0.01208

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": 28,
              "filtered": 100,
              "index_condition": "a.option_id in (1548,1550,601,202,1188,220,467,1495,659,660,1266,1341,479) 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 with paper box 265 220 0 0.000 A 0.000 A 0.000 A A
Box size L + Greeting Cards 562 467 0 85000.000 A 0.000 A 0.000 A A
Edelweiss Charm 574 479 0 79000.000 A 0.000 A 0.000 A A
A01 - Noir 904 601 0 0.000 A 0.000 A 0.000 A A
A02 - Cognac 905 601 0 0.000 A 0.000 A 0.000 A A
A03 - Chocolate 910 601 0 0.000 A 0.000 A 0.000 A A
A04 - Victoria 911 601 0 0.000 A 0.000 A 0.000 A A
Mixed colors 912 601 0 0.000 A 0.000 A 0.000 A A
1318 660 0 0.000 A 0.000 A 0.000 A A
3346 1266 0 0.000 A 0.000 A 0.000 A A
Thêu tên riêng 3595 1341 0 10000.000 A 0.000 A 0.000 A A
Gift wrapping 3919 1495 0 25000.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
Patterns 247 202 1 500000.000 A 0.000 A 0.000 A A
1317 660 1 500000.000 A 0.000 A 0.000 A A
Engrave name 2908 1188 1 20000.000 A 0.000 A 0.000 A A
3345 1266 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
Name engraving 962 202 2 500000.000 A 0.000 A 0.000 A A
Engrave symbol 2909 1188 2 30000.000 A 0.000 A 0.000 A A
Engrave name + symbol 2910 1188 3 50000.000 A 0.000 A 0.000 A A
No Engrave 2911 1188 4 0.000 A 0.000 A 0.000 A A
Default 1319 659 10 0.000 A 0.000 A 0.000 A A
Silver 1314 659 20 500000.000 A 0.000 A 0.000 A A
Gold 1315 659 30 500000.000 A 0.000 A 0.000 A A
No-color 1316 659 40 500000.000 A 0.000 A 0.000 A A