SELECT 
  a.variant_id, 
  a.option_id, 
  a.position, 
  a.modifier, 
  a.modifier_type, 
  a.weight_modifier, 
  a.weight_modifier_type, 
  b.variant_name, 
  IF(
    shared_option_variants.variant_id IS NOT NULL, 
    shared_option_variants.modifier, 
    a.modifier
  ) as modifier, 
  IF(
    shared_option_variants.variant_id IS NOT NULL, 
    shared_option_variants.modifier_type, 
    a.modifier_type
  ) as modifier_type 
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' 
  LEFT JOIN cscart_ult_product_option_variants shared_option_variants ON shared_option_variants.variant_id = a.variant_id 
  AND shared_option_variants.company_id = 1 
WHERE 
  a.option_id IN (
    956, 854, 855, 1078, 1439, 1440, 1441, 
    1442, 1443, 1444
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position, 
  a.variant_id

Query time 0.00067

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "shared_option_variants",
      "access_type": "system",
      "possible_keys": ["PRIMARY", "company_id"],
      "rows": 0,
      "filtered": 0,
      "const_row_not_found": true
    },
    "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": 56,
          "filtered": 100,
          "index_condition": "a.option_id in (956,854,855,1078,1439,1440,1441,1442,1443,1444) 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": ["rfswire_cart.a.variant_id", "const"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(b.lang_code = 'en')"
    }
  }
}

Result

variant_id option_id position modifier modifier_type weight_modifier weight_modifier_type variant_name
2505 854 10 0.000 A 0.000 A Standard Charger (RLN6505)
2508 855 10 0.000 A 0.000 A Two‐Year Standard Warranty
2970 956 10 0.000 A 0.000 A 143 ‐174 MHz VHF
3415 1078 10 0.000 A 0.000 A Black - Standard
5928 1439 10 0.000 A 0.000 A Standard Charger - RLN8638
5929 1439 10 179.540 A 0.000 A Amplified Charger w/ VHF Antenna (RLN8639)
5930 1439 10 -60.000 A 0.000 A Omit Charger
5931 1440 10 0.000 A 0.000 A Standard 2 Year Warranty
5935 1441 10 10.000 A 0.000 A INST-OPT6 Programming Fee
5936 1442 10 0.000 A 0.000 A Standard Charger - RLN8638
5939 1443 10 0.000 A 0.000 A Standard 2 Year Warranty
5943 1444 10 10.000 A 0.000 A INST-OPT6 Programming Fee
2506 854 20 68.000 A 0.000 A Charger with Audio Amplifier & Relay
2509 855 20 20.000 A 0.000 A 1 Year Service from the Start ‐LITE
2971 956 20 0.000 A 0.000 A 406 ‐ 430 MHz UHF
3416 1078 20 0.000 A 0.000 A Green
5932 1440 20 26.140 A 0.000 A 1 Year Extended Warranty
5934 1441 20 0.000 A 0.000 A Not Required
5937 1442 20 179.540 A 0.000 A Amplified Charger/ w UHF Antenna (RLN8639)
5940 1443 20 26.140 A 0.000 A 1 Year Extended Warranty
5942 1444 20 0.000 A 0.000 A Not Required
2507 854 30 -20.000 A 0.000 A Omit Standard Charger
2510 855 30 60.000 A 0.000 A 3 Year Service from the Start ‐LITE
2972 956 30 0.000 A 0.000 A 450 ‐ 486 MHz UHF
5933 1440 30 62.500 A 0.000 A 3 Year Extended Warranty
5938 1442 30 -60.000 A 0.000 A Omit Charger
5941 1443 30 62.500 A 0.000 A 3 Year Extended Warranty
2973 956 40 0.000 A 0.000 A 476 ‐ 512 MHz UHF