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 (
    1425, 1032, 1033, 1514, 53, 1434, 1513, 
    531
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position, 
  a.variant_id

Query time 0.00140

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": 16,
              "filtered": 100,
              "index_condition": "a.option_id in (1425,1032,1033,1514,53,1434,1513,531) 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
Name embroidery 71 53 0 200000.000 A 0.000 A 0.000 A A
Gift wrapping & Greeting card 660 531 0 50000.000 A 0.000 A 0.000 A A
3805 1425 0 0.000 A 0.000 A 0.000 A A
3821 1434 0 0.000 A 0.000 A 0.000 A A
Gift Wrapping 3959 1513 0 20000.000 A 0.000 A 0.000 A A
Gift wrapping with kraft paper (Free) 3960 1514 0 0.000 A 0.000 A 0.000 A A
Soulmate 2463 1032 1 0.000 A 0.000 A 0.000 A A
Soulmate 2467 1033 1 0.000 A 0.000 A 0.000 A A
3804 1425 1 0.000 A 0.000 A 0.000 A A
3820 1434 1 0.000 A 0.000 A 0.000 A A
Xoxo 2464 1032 2 0.000 A 0.000 A 0.000 A A
Xoxo 2468 1033 2 0.000 A 0.000 A 0.000 A A
Simple Love 2465 1032 3 0.000 A 0.000 A 0.000 A A
Simple Love 2469 1033 3 0.000 A 0.000 A 0.000 A A
Without You 2466 1032 4 0.000 A 0.000 A 0.000 A A
Without You 2470 1033 4 0.000 A 0.000 A 0.000 A A