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 (32, 201, 153, 50, 177, 62, 52) 
  AND a.status = 'A' 
ORDER BY 
  a.position, 
  a.variant_id

Query time 0.00026

JSON explain

{
  "query_block": {
    "select_id": 1,
    "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": 20,
          "filtered": 100,
          "index_condition": "a.option_id in (32,201,153,50,177,62,52) 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": ["multi_vendor.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
314 50 0 0.000 A 0.000 A 0.000 A A
318 52 0 0.000 A 0.000 A 0.000 A A
Standard (1mm) 535 62 0 0.000 A 0.000 A 0.000 A A
312 50 1 0.000 A 0.000 A 0.000 A A
316 52 1 0.000 A 0.000 A 0.000 A A
Rigid (2mm) 344 62 2 0.000 A 0.000 A 0.000 A A
Semi-rigid (2mm) 342 62 4 0.000 A 0.000 A 0.000 A A
Retainer Contention 532 177 5 0.000 A 0.000 A 0.000 A A
Not defined by the Dentist 619 153 5 0.000 A 0.000 A 0.000 A A
Soft (2mm) 338 62 8 0.000 A 0.000 A 0.000 A A
Very flexible (2mm) 336 62 10 0.000 A 0.000 A 0.000 A A
Upper 489 153 10 0.000 A 0.000 A 0.000 A A
Retainer with reservoir 533 177 10 10.000 A 0.000 A 0.000 A A
Semi-Rigide (2mm) 659 62 12 0.000 A 0.000 A 0.000 A A
Souple (2mm) 660 62 14 0.000 A 0.000 A 0.000 A A
Retainer Night Guard 534 177 15 30.000 A 0.000 A 0.000 A A
Lower 490 153 20 0.000 A 0.000 A 0.000 A A
Upper & Lower 657 153 25 0.000 A 0.000 A 0.000 A A