SELECT 
  a.variant_id, 
  a.option_id, 
  a.position, 
  a.modifier, 
  a.modifier_type, 
  a.weight_modifier, 
  a.weight_modifier_type, 
  a.nav_skus, 
  a.commercial_modifier, 
  a.commercial_dn, 
  a.same_as_option, 
  a.price_overrides, 
  a.base_cost, 
  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 (22901, 22949) 
  AND a.status = 'A' 
ORDER BY 
  a.position, 
  a.variant_id

Query time 0.00081

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": ["option_id", "option_id_2", "status"],
          "key": "option_id",
          "key_length": "6",
          "used_key_parts": ["option_id", "status"],
          "rows": 53,
          "filtered": 100,
          "index_condition": "a.option_id in (22901,22949) 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": ["cscart_migrate.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 nav_skus commercial_modifier commercial_dn same_as_option price_overrides base_cost variant_name
227905 22901 0 0.000 A 0.000 A unselected 0.00 0.00 0 0.00 Please Select
228547 22949 0 0.000 A 0.000 A unselected 0.00 0.00 0 0.00 Please Select
228512 22949 3 0.000 A 0.000 A 100 0.00 0.00 0 0.00 100-Black
227906 22901 5 0.000 A 0.000 A 1/2 0.00 0.00 0 0.00 1/2" Receiver
228513 22949 5 0.000 A 0.000 A 105 0.00 0.00 0 0.00 105-Textured Black
227907 22901 10 0.000 A 0.000 A 3/4 0.00 0.00 0 0.00 3/4" Receiver
228514 22949 10 0.000 A 0.000 A 200 0.00 0.00 0 0.00 200-White
228515 22949 15 0.000 A 0.000 A 300 0.00 0.00 0 0.00 300-Dark Green
228516 22949 20 0.000 A 0.000 A 975 0.00 0.00 0 0.00 975-Galvanized
228517 22949 25 0.000 A 0.000 A 605 0.00 0.00 0 0.00 605-Textured Rust
237345 22949 27 0.000 A 0.000 A 106 0.00 0.00 0 0.00 106-Matte Black
237346 22949 28 0.000 A 0.000 A 206 0.00 0.00 0 0.00 206-Matte White
228518 22949 30 0.000 A 0.000 A 307 0.00 0.00 0 0.00 307-Emerald Green
242613 22949 33 0.000 A 0.000 A 320 0.00 0.00 0 0.00 320-Fern Green
228519 22949 35 0.000 A 0.000 A 370 0.00 0.00 0 0.00 370-Mint
228520 22949 40 0.000 A 0.000 A 380 0.00 0.00 0 0.00 380-Chartreuse
228521 22949 45 0.000 A 0.000 A 390 0.00 0.00 0 0.00 390-Teal
228522 22949 50 0.000 A 0.000 A 400 0.00 0.00 0 0.00 400-Barn Red
228523 22949 55 0.000 A 0.000 A 420 0.00 0.00 0 0.00 420-Orange
242614 22949 58 0.000 A 0.000 A 430 0.00 0.00 0 0.00 430-Soft Clay
228524 22949 60 0.000 A 0.000 A 470 0.00 0.00 0 0.00 470-Watermelon
228525 22949 65 0.000 A 0.000 A 480 0.00 0.00 0 0.00 480-Blush Pink
228526 22949 70 0.000 A 0.000 A 490 0.00 0.00 0 0.00 490-Magenta
228527 22949 75 0.000 A 0.000 A 495 0.00 0.00 0 0.00 495-Sherbet Orange
228528 22949 80 0.000 A 0.000 A 500 0.00 0.00 0 0.00 500-Buttery Yellow
228529 22949 85 0.000 A 0.000 A 570 0.00 0.00 0 0.00 570-Sunflower
228530 22949 90 0.000 A 0.000 A 600 0.00 0.00 0 0.00 600-Bronze
228531 22949 95 0.000 A 0.000 A 601 0.00 0.00 0 0.00 601-Chocolate
242615 22949 98 0.000 A 0.000 A 607 0.00 0.00 0 0.00 607-Taupe
228532 22949 100 0.000 A 0.000 A 615 0.00 0.00 0 0.00 615-Oil-Rubbed Bronze
242616 22949 103 0.000 A 0.000 A 630 0.00 0.00 0 0.00 630-Beige
228533 22949 105 0.000 A 0.000 A 700 0.00 0.00 0 0.00 700-Royal Blue
228534 22949 110 0.000 A 0.000 A 705 0.00 0.00 0 0.00 705-Navy
228535 22949 115 0.000 A 0.000 A 790 0.00 0.00 0 0.00 790-Lavender
228536 22949 120 0.000 A 0.000 A 800 0.00 0.00 0 0.00 800-Industrial Grey
228537 22949 125 0.000 A 0.000 A 805 0.00 0.00 0 0.00 805-Charcoal Granite
242617 22949 128 0.000 A 0.000 A 815 0.00 0.00 0 0.00 815-Light Grey
228548 22949 150 0.000 A 0.000 A 110 0.00 0.00 0 0.00 110-Black
228549 22949 155 0.000 A 0.000 A 210 0.00 0.00 0 0.00 210-White
228550 22949 160 0.000 A 0.000 A 310 0.00 0.00 0 0.00 310-Vintage Green
228538 22949 165 0.000 A 0.000 A 311 0.00 0.00 0 0.00 311-Jadite
228551 22949 168 0.000 A 0.000 A 411 0.00 0.00 0 0.00 411-Cherry Red
228552 22949 170 0.000 A 0.000 A 510 0.00 0.00 0 0.00 510-Yellow
228553 22949 175 0.000 A 0.000 A 610 0.00 0.00 0 0.00 610-Bronze
228539 22949 180 0.000 A 0.000 A 710 0.00 0.00 0 0.00 710-Cobalt Blue
228540 22949 185 0.000 A 0.000 A 715 0.00 0.00 0 0.00 715-Delphite Blue
228541 22949 190 0.000 A 0.000 A 810 0.00 0.00 0 0.00 810-Graphite
228554 22949 195 0.000 A 0.000 A 910 0.00 0.00 0 0.00 910-Metallic Chrome
228542 22949 200 44.000 A 0.000 A 995 0.00 0.00 0 0.00 995-Raw Copper
228543 22949 210 44.000 A 0.000 A 996 0.00 0.00 0 0.00 996-Weathered Copper
228544 22949 215 44.000 A 0.000 A 999 0.00 0.00 0 0.00 999-Oil-Rubbed Copper
228545 22949 220 44.000 A 0.000 A 997 0.00 0.00 0 0.00 997-Raw Brass
228546 22949 225 44.000 A 0.000 A 998 0.00 0.00 0 0.00 998-Weathered Brass