SELECT 
  a.variant_id, 
  a.option_id, 
  a.position, 
  a.modifier, 
  a.modifier_type, 
  a.weight_modifier, 
  a.weight_modifier_type, 
  a.point_modifier, 
  a.point_modifier_type, 
  b.variant_name 
FROM 
  cscart_product_option_variants as a 
  LEFT JOIN cscart_product_option_variants_descriptions as b ON a.variant_id = b.variant_id 
  AND b.lang_code = 'en' 
WHERE 
  a.option_id IN (5, 6, 7, 8, 4) 
  AND a.status = 'A' 
ORDER BY 
  a.position, 
  a.variant_id

Query time 0.00045

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "9.71"
    },
    "ordering_operation": {
      "using_filesort": true,
      "nested_loop": [
        {
          "table": {
            "table_name": "a",
            "access_type": "ref",
            "possible_keys": [
              "status",
              "option_id",
              "option_id_2"
            ],
            "key": "status",
            "used_key_parts": [
              "status"
            ],
            "key_length": "3",
            "ref": [
              "const"
            ],
            "rows_examined_per_scan": 23,
            "rows_produced_per_join": 18,
            "filtered": "81.82",
            "cost_info": {
              "read_cost": "0.82",
              "eval_cost": "1.88",
              "prefix_cost": "3.12",
              "data_read_per_join": "903"
            },
            "used_columns": [
              "variant_id",
              "option_id",
              "position",
              "modifier",
              "modifier_type",
              "weight_modifier",
              "weight_modifier_type",
              "point_modifier",
              "point_modifier_type",
              "status"
            ],
            "attached_condition": "(`cscart_db`.`a`.`option_id` in (5,6,7,8,4))"
          }
        },
        {
          "table": {
            "table_name": "b",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "variant_id",
              "lang_code"
            ],
            "key_length": "9",
            "ref": [
              "cscart_db.a.variant_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 18,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "4.70",
              "eval_cost": "1.88",
              "prefix_cost": "9.71",
              "data_read_per_join": "14K"
            },
            "used_columns": [
              "variant_id",
              "lang_code",
              "variant_name"
            ]
          }
        }
      ]
    }
  }
}

Result

variant_id option_id position modifier modifier_type weight_modifier weight_modifier_type point_modifier point_modifier_type variant_name
7 4 0 0.000 A 0.000 A 0.000 A 100gm
19 5 0 0.000 A 0.000 A 0.000 A French Press
21 6 0 0.000 A 0.000 A 0.000 A Free PureBrew Filter
22 6 0 0.000 A 0.000 A 0.000 A Moka Pot
23 6 0 0.000 A 0.000 A 0.000 A Espresso Machine
24 6 0 0.000 A 0.000 A 0.000 A Drip Coffee Machine
25 6 0 0.000 A 0.000 A 0.000 A South Indian Filter
26 6 0 0.000 A 0.000 A 0.000 A Chemex
27 6 0 0.000 A 0.000 A 0.000 A Aeropress
28 6 0 0.000 A 0.000 A 0.000 A Pour Over, V60
29 6 0 0.000 A 0.000 A 0.000 A French Press
8 4 1 0.000 A 0.000 A 0.000 A 200gm
30 7 1 0.000 A 0.000 A 0.000 A Small
34 8 1 0.000 A 0.000 A 0.000 A Black
9 4 2 0.000 A 0.000 A 0.000 A 500gm
31 7 2 0.000 A 0.000 A 0.000 A Medium
35 8 2 0.000 A 0.000 A 0.000 A White
10 4 3 0.000 A 0.000 A 0.000 A 1kg
32 7 3 0.000 A 0.000 A 0.000 A Large