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 (893, 890, 894, 446) 
  AND a.status = 'A' 
ORDER BY 
  a.position, 
  a.variant_id

Query time 0.00282

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": 13,
              "filtered": 100,
              "index_condition": "a.option_id in (893,890,894,446) 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
Bamboo straws 539 446 0 6000.000 A 0.000 A 0.000 A A
Bamboo spoon 540 446 0 30000.000 A 0.000 A 0.000 A A
Wooden insole 541 446 0 35000.000 A 0.000 A 0.000 A A
2083 890 0 0.000 A 0.000 A 0.000 A A
Pink 2088 893 0 0.000 A 0.000 A 0.000 A A
Orange 2089 893 0 0.000 A 0.000 A 0.000 A A
Red 2090 893 0 0.000 A 0.000 A 0.000 A A
Black 2091 893 0 0.000 A 0.000 A 0.000 A A
2082 890 1 6000.000 A 0.000 A 0.000 A A
Phin cà phê màu cam 2092 894 1 0.000 A 0.000 A 0.000 A A
Phin cà phê màu hồng 2093 894 2 0.000 A 0.000 A 0.000 A A
Phin cà phê màu đỏ 2094 894 3 0.000 A 0.000 A 0.000 A A
Phin cà phê màu đen 2095 894 4 0.000 A 0.000 A 0.000 A A