SELECT 
  b.variant_name, 
  a.* 
FROM 
  product_option_variants AS a 
  LEFT JOIN 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 (
    26006, 9573, 8379, 8384, 8387, 12989, 
    12991, 9572
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position, 
  a.variant_id

Query time 0.01170

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "100.71"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "33.00"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "a",
            "access_type": "range",
            "possible_keys": [
              "status",
              "option_id",
              "option_id_2"
            ],
            "key": "option_id",
            "used_key_parts": [
              "option_id",
              "status"
            ],
            "key_length": "6",
            "rows_examined_per_scan": 33,
            "rows_produced_per_join": 33,
            "filtered": "100.00",
            "index_condition": "((`goimagine`.`a`.`option_id` in (26006,9573,8379,8384,8387,12989,12991,9572)) and (`goimagine`.`a`.`status` = 'A'))",
            "cost_info": {
              "read_cost": "34.54",
              "eval_cost": "3.30",
              "prefix_cost": "37.84",
              "data_read_per_join": "1K"
            },
            "used_columns": [
              "variant_id",
              "option_id",
              "position",
              "modifier",
              "modifier_type",
              "weight_modifier",
              "weight_modifier_type",
              "point_modifier",
              "point_modifier_type",
              "status",
              "etsy_variant_id"
            ]
          }
        },
        {
          "table": {
            "table_name": "b",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "variant_id",
              "lang_code"
            ],
            "key_length": "9",
            "ref": [
              "goimagine.a.variant_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 33,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "26.57",
              "eval_cost": "3.30",
              "prefix_cost": "67.71",
              "data_read_per_join": "25K"
            },
            "used_columns": [
              "variant_id",
              "lang_code",
              "variant_name"
            ]
          }
        }
      ]
    }
  }
}

Result

variant_name variant_id option_id position modifier modifier_type weight_modifier weight_modifier_type point_modifier point_modifier_type status etsy_variant_id
2T 37490 8379 0 0.000 A 0.000 A 0.000 A A
3T 37491 8379 0 0.000 A 0.000 A 0.000 A A
4T 37492 8379 0 0.000 A 0.000 A 0.000 A A
5T 37493 8379 0 0.000 A 0.000 A 0.000 A A
X-Small (Youth) 37494 8379 0 0.000 A 0.000 A 0.000 A A
Small (Youth) 37495 8379 0 0.000 A 0.000 A 0.000 A A
Medium (Youth) 37496 8379 0 0.000 A 0.000 A 0.000 A A
Large (Youth) 37497 8379 0 0.000 A 0.000 A 0.000 A A
X-Large (Youth) 37498 8379 0 0.000 A 0.000 A 0.000 A A
Black 37527 8384 0 0.000 A 0.000 A 0.000 A A
Blue 37528 8384 0 0.000 A 0.000 A 0.000 A A
Standard 37540 8387 0 0.000 A 0.000 A 0.000 A A
RUSH 37543 8387 0 5.000 A 0.000 A 0.000 A A
Small 42253 9573 0 0.000 A 0.000 A 0.000 A A
Medium 42254 9573 0 0.000 A 0.000 A 0.000 A A
Large 42255 9573 0 0.000 A 0.000 A 0.000 A A
XL 42256 9573 0 0.000 A 0.000 A 0.000 A A
2XL 42257 9573 0 3.000 A 0.000 A 0.000 A A
3XL 42258 9573 0 5.000 A 0.000 A 0.000 A A
Pink 55070 12989 0 0.000 A 0.000 A 0.000 A A
Blue 55071 12989 0 0.000 A 0.000 A 0.000 A A
Green 55072 12989 0 0.000 A 0.000 A 0.000 A A
Black 55073 12989 0 0.000 A 0.000 A 0.000 A A
Red 55074 12989 0 0.000 A 0.000 A 0.000 A A
X-Small 55081 12991 0 0.000 A 0.000 A 0.000 A A
Small 55082 12991 0 0.000 A 0.000 A 0.000 A A
Medium 55083 12991 0 0.000 A 0.000 A 0.000 A A
Large 55084 12991 0 0.000 A 0.000 A 0.000 A A
X-Large 55085 12991 0 0.000 A 0.000 A 0.000 A A
Not personalized 59393 9572 1 0.000 A 0.000 A 0.000 A A
Black 103515 26006 1 0.000 A 0.000 A 0.000 A A
Personalized 42252 9572 2 2.000 A 0.000 A 0.000 A A
White 103516 26006 2 0.000 A 0.000 A 0.000 A A