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 (
    239, 354, 10439, 1379, 10107, 16579, 
    11139, 10149, 10148
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position, 
  a.variant_id

Query time 0.00584

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "78.84"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "27.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": 27,
            "rows_produced_per_join": 27,
            "filtered": "100.00",
            "index_condition": "((`goimagine`.`a`.`option_id` in (239,354,10439,1379,10107,16579,11139,10149,10148)) and (`goimagine`.`a`.`status` = 'A'))",
            "cost_info": {
              "read_cost": "26.67",
              "eval_cost": "2.70",
              "prefix_cost": "29.37",
              "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": 27,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "19.78",
              "eval_cost": "2.70",
              "prefix_cost": "51.84",
              "data_read_per_join": "20K"
            },
            "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
pink/aqua 1464 239 0 0.000 A 0.000 A 0.000 A A
pink/red 1465 239 0 0.000 A 0.000 A 0.000 A A
pink/purple 1466 239 0 0.000 A 0.000 A 0.000 A A
Blue and Silver 5704 1379 0 0.000 A 0.000 A 0.000 A A
Purple and Gold 5705 1379 0 0.000 A 0.000 A 0.000 A A
frosted teal 44551 10148 0 0.000 A 0.000 A 0.000 A A
opaque turquoise 44552 10148 0 0.000 A 0.000 A 0.000 A A
Silver-Plated 44553 10149 0 0.000 A 0.000 A 0.000 A A
Gold-Plated 44554 10149 0 0.000 A 0.000 A 0.000 A A
plain stem (no hole) 64818 16579 0 0.000 A 0.000 A 0.000 A A
stem with hole 64819 16579 0 0.000 A 0.000 A 0.000 A A
stem with hole and ribbon 64820 16579 0 0.000 A 0.000 A 0.000 A A
pink 1943 354 1 0.000 A 0.000 A 0.000 A A
1 piece sample - cut 45593 10439 1 0.000 A 0.000 A 0.000 A A
aqua (blue) 1944 354 2 0.000 A 0.000 A 0.000 A A
1 piece sample - cut & engraved 45754 10439 2 3.750 A 0.000 A 0.000 A A
periwinkle (purple) 1945 354 3 0.000 A 0.000 A 0.000 A A
20 pieces - cut 45594 10439 3 25.000 A 0.000 A 0.000 A A
20 pieces - cut & engraved 45755 10439 4 47.500 A 0.000 A 0.000 A A
30 pieces - cut 45597 10439 5 32.500 A 0.000 A 0.000 A A
30 pieces - cut & engraved 45756 10439 6 60.650 A 0.000 A 0.000 A A
40 pieces - cut 45595 10439 7 35.000 A 0.000 A 0.000 A A
40 pieces - cut & engraved 45757 10439 8 65.000 A 0.000 A 0.000 A A
50 pieces - cut 45596 10439 9 45.000 A 0.000 A 0.000 A A
50 pieces - cut & engraved 45758 10439 10 82.500 A 0.000 A 0.000 A A