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 (
    17039, 17544, 17026, 17023, 16996, 17025
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position, 
  a.variant_id

Query time 0.00817

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "152.44"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "55.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": 55,
            "rows_produced_per_join": 55,
            "filtered": "100.00",
            "index_condition": "((`goimagine`.`a`.`option_id` in (17039,17544,17026,17023,16996,17025)) and (`goimagine`.`a`.`status` = 'A'))",
            "cost_info": {
              "read_cost": "46.57",
              "eval_cost": "5.50",
              "prefix_cost": "52.07",
              "data_read_per_join": "2K"
            },
            "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": 55,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "39.87",
              "eval_cost": "5.50",
              "prefix_cost": "97.44",
              "data_read_per_join": "42K"
            },
            "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
Campfire 66502 16996 1 0.000 A 0.000 A 0.000 A A
Apple Pumpkin Butter 66729 17025 1 0.000 A 0.000 A 0.000 A A
Add Gift Box 66749 17026 1 4.990 A 0.000 A 0.000 A A
4 oz Candle Size 66791 17039 1 0.000 A 0.000 A 0.000 A A
Campfire 69137 17544 1 0.000 A 0.000 A 0.000 A A
Apple Ale 66503 16996 2 0.000 A 0.000 A 0.000 A A
Pumpkin Pie 66730 17025 2 0.000 A 0.000 A 0.000 A A
No Gift Box - Candle only 66750 17026 2 0.000 A 0.000 A 0.000 A A
8 oz Candle Size 66792 17039 2 8.000 A 0.000 A 0.000 A A
Apple Ale 69138 17544 2 0.000 A 0.000 A 0.000 A A
Pipe Tobacco 66504 16996 3 0.000 A 0.000 A 0.000 A A
Egyptian Amber 66731 17025 3 0.000 A 0.000 A 0.000 A A
Pipe Tobacco 69139 17544 3 0.000 A 0.000 A 0.000 A A
Dragons Blood 66505 16996 4 0.000 A 0.000 A 0.000 A A
Eucalyptus Spearmint 66732 17025 4 0.000 A 0.000 A 0.000 A A
Vanilla 69140 17544 4 0.000 A 0.000 A 0.000 A A
Vanilla 66506 16996 5 0.000 A 0.000 A 0.000 A A
Hot Apple Pie 66733 17025 5 0.000 A 0.000 A 0.000 A A
Red Apple 69141 17544 5 0.000 A 0.000 A 0.000 A A
Red Apple 66507 16996 6 0.000 A 0.000 A 0.000 A A
Jasmine & Green Apple 66734 17025 6 0.000 A 0.000 A 0.000 A A
Pumpkin Pie 69142 17544 6 0.000 A 0.000 A 0.000 A A
Apple Pie 66508 16996 7 0.000 A 0.000 A 0.000 A A
Lavender 66735 17025 7 0.000 A 0.000 A 0.000 A A
Apple Pumpkin Butter 69143 17544 7 0.000 A 0.000 A 0.000 A A
Pumpkin Pie 66509 16996 8 0.000 A 0.000 A 0.000 A A
Lemon Lavender 66736 17025 8 0.000 A 0.000 A 0.000 A A
Cashmere Plum 69144 17544 8 0.000 A 0.000 A 0.000 A A
Fall Harvest 66510 16996 9 0.000 A 0.000 A 0.000 A A
Fall Harvest 66737 17025 9 0.000 A 0.000 A 0.000 A A
Vanilla Oak 69145 17544 9 0.000 A 0.000 A 0.000 A A
Blueberry Cobbler 66511 16996 10 0.000 A 0.000 A 0.000 A A
Nag Champa 66738 17025 10 0.000 A 0.000 A 0.000 A A
Pumpkin Pecan Waffle 69146 17544 10 0.000 A 0.000 A 0.000 A A
Pumpkin Soufflé 66512 16996 11 0.000 A 0.000 A 0.000 A A
Oakmoss 66739 17025 11 0.000 A 0.000 A 0.000 A A
Winter Wonderland 69147 17544 11 0.000 A 0.000 A 0.000 A A
Apple Pumpkin Butter 66513 16996 12 0.000 A 0.000 A 0.000 A A
Satin Sheets 66740 17025 12 0.000 A 0.000 A 0.000 A A
Merry Christmas 69148 17544 12 0.000 A 0.000 A 0.000 A A
Pumpkin Pecan Waffle 66514 16996 13 0.000 A 0.000 A 0.000 A A
Vanilla 66741 17025 13 0.000 A 0.000 A 0.000 A A
Frankincense & Myrrh 69149 17544 13 0.000 A 0.000 A 0.000 A A
Espresso 66515 16996 14 0.000 A 0.000 A 0.000 A A
Hawaiian Pink Hibiscus 66742 17025 14 0.000 A 0.000 A 0.000 A A
Cedar & Amber 69150 17544 14 0.000 A 0.000 A 0.000 A A
Pumpkin Pecan Waffle 66743 17025 15 0.000 A 0.000 A 0.000 A A
Cinnamon & Amber 69151 17544 15 0.000 A 0.000 A 0.000 A A
Red Apple 66744 17025 16 0.000 A 0.000 A 0.000 A A
Gingerbread Cookie 69152 17544 16 0.000 A 0.000 A 0.000 A A
Rose 66745 17025 17 0.000 A 0.000 A 0.000 A A
English Ivy 66746 17025 18 0.000 A 0.000 A 0.000 A A
Sage 66747 17025 19 0.000 A 0.000 A 0.000 A A
Sweet N Pink 66748 17025 20 0.000 A 0.000 A 0.000 A A