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

Query time 0.00037

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.01649948,
    "nested_loop": [
      {
        "read_sorted_file": {
          "filesort": {
            "sort_key": "a.position, a.variant_id",
            "table": {
              "table_name": "a",
              "access_type": "ref",
              "possible_keys": ["status", "option_id", "option_id_2"],
              "key": "option_id",
              "key_length": "6",
              "used_key_parts": ["option_id", "status"],
              "ref": ["const", "const"],
              "loops": 1,
              "rows": 7,
              "cost": 0.0094192,
              "filtered": 100,
              "index_condition": "a.`status` = 'A'",
              "attached_condition": "a.option_id <=> 28 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": ["u985510652_ecartify.a.variant_id", "const"],
          "loops": 7,
          "rows": 1,
          "cost": 0.00708028,
          "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
3 months 185 28 0 0.000 A 0.000 A 0.000 A A
6 months 186 28 0 20.000 A 0.000 A 0.000 A A
12 months 187 28 0 50.000 A 0.000 A 0.000 A A
18 months 188 28 0 75.000 A 0.000 A 0.000 A A
24 months 189 28 0 100.000 A 0.000 A 0.000 A A
36 months 190 28 0 150.000 A 0.000 A 0.000 A A
Lifetime 191 28 0 300.000 A 0.000 A 0.000 A A