SELECT 
  a.variant_id, 
  a.option_id, 
  a.position, 
  a.modifier, 
  a.modifier_type, 
  a.weight_modifier, 
  a.weight_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 = 'ja' 
WHERE 
  a.option_id IN (9, 2, 11, 14) 
  AND a.status = 'A' 
ORDER BY 
  a.position, 
  a.variant_id

Query time 0.00045

JSON explain

{
  "query_block": {
    "select_id": 1,
    "read_sorted_file": {
      "filesort": {
        "sort_key": "a.position, a.variant_id",
        "table": {
          "table_name": "a",
          "access_type": "ALL",
          "possible_keys": ["status", "option_id", "option_id_2"],
          "rows": 32,
          "filtered": 43.75,
          "attached_condition": "a.option_id in (9,2,11,14) 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": ["smscrm_edev.a.variant_id", "const"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(b.lang_code = 'ja')"
    }
  }
}

Result

variant_id option_id position modifier modifier_type weight_modifier weight_modifier_type variant_name
17 9 0 0.000 A 0.000 A ブラック/・ホワイト/ホワイト
18 9 0 0.000 A 0.000 A ダークネイビー/・ホワイト/ホワイト
19 9 0 0.000 A 0.000 A ホワイト/プライムグリーン
43 11 0 0.000 A 0.000 A
49 14 0 0.000 A 0.000 A 16GB
50 14 0 100.000 A 0.000 A 32GB
51 14 0 200.000 A 0.000 A 64GB
52 14 0 300.000 A 0.000 A 128GB
42 11 1 200.000 A 0.000 A
6 2 10 0.000 A 0.000 A S
10 2 20 0.000 A 0.000 A M
9 2 30 0.000 A 0.000 A L
8 2 40 0.000 A 0.000 A XL
7 2 50 0.000 A 0.000 A XXL