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 (
    36173, 36163, 36191, 36167, 36168, 36178, 
    36174, 36172, 36161, 36175, 36193, 
    36179
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position, 
  a.variant_id

Query time 0.00228

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "149.60"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "49.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": 49,
            "rows_produced_per_join": 49,
            "filtered": "100.00",
            "index_condition": "((`goimagine`.`a`.`option_id` in (36173,36163,36191,36167,36168,36178,36174,36172,36161,36175,36193,36179)) and (`goimagine`.`a`.`status` = 'A'))",
            "cost_info": {
              "read_cost": "50.91",
              "eval_cost": "4.90",
              "prefix_cost": "55.81",
              "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": 49,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "39.89",
              "eval_cost": "4.90",
              "prefix_cost": "100.60",
              "data_read_per_join": "37K"
            },
            "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
Daemon #1 142649 36161 1 0.000 A 0.000 A 0.000 A A
Chair 142659 36163 1 0.000 A 0.000 A 0.000 A A
House #1 142675 36167 1 0.000 A 0.000 A 0.000 A A
Bar Counter 142679 36168 1 0.000 A 0.000 A 0.000 A A
Mirror Only 142696 36172 1 0.000 A 0.000 A 0.000 A A
Armor Only 142699 36173 1 0.000 A 0.000 A 0.000 A A
Toilet Only 142702 36174 1 0.000 A 0.000 A 0.000 A A
Boat Only 142705 36175 1 0.000 A 0.000 A 0.000 A A
Trap Door Only 142714 36178 1 0.000 A 0.000 A 0.000 A A
Bed Only 142717 36179 1 0.000 A 0.000 A 0.000 A A
Dwarf #1 142766 36191 1 0.000 A 0.000 A 0.000 A A
Hero #1 142782 36193 1 0.000 A 0.000 A 0.000 A A
Daemon #2 142650 36161 2 0.000 A 0.000 A 0.000 A A
Table 142660 36163 2 3.000 A 0.000 A 0.000 A A
House #2 142676 36167 2 0.000 A 0.000 A 0.000 A A
Shelf #1 142680 36168 2 0.000 A 0.000 A 0.000 A A
Mimic Only 142697 36172 2 0.000 A 0.000 A 0.000 A A
Mimic Only 142700 36173 2 0.000 A 0.000 A 0.000 A A
Mimic Only 142703 36174 2 0.000 A 0.000 A 0.000 A A
Mimic Only 142706 36175 2 0.000 A 0.000 A 0.000 A A
Mimic Only 142715 36178 2 0.000 A 0.000 A 0.000 A A
Mimic Only 142718 36179 2 0.000 A 0.000 A 0.000 A A
Dwarf #2 142767 36191 2 0.000 A 0.000 A 0.000 A A
Hero #2 142783 36193 2 0.000 A 0.000 A 0.000 A A
Both 142651 36161 3 6.000 A 0.000 A 0.000 A A
Chair/Table Combo 142661 36163 3 8.000 A 0.000 A 0.000 A A
House #3 142677 36167 3 0.000 A 0.000 A 0.000 A A
Shelf #2 142681 36168 3 0.000 A 0.000 A 0.000 A A
Both 142698 36172 3 6.000 A 0.000 A 0.000 A A
Both 142701 36173 3 6.000 A 0.000 A 0.000 A A
Both 142704 36174 3 6.000 A 0.000 A 0.000 A A
Both 142707 36175 3 6.000 A 0.000 A 0.000 A A
Both 142716 36178 3 6.000 A 0.000 A 0.000 A A
Both 142719 36179 3 6.000 A 0.000 A 0.000 A A
Dwarf #3 142768 36191 3 0.000 A 0.000 A 0.000 A A
Both 142784 36193 3 6.000 A 0.000 A 0.000 A A
Bench 142662 36163 4 3.000 A 0.000 A 0.000 A A
All 3 Houses 142678 36167 4 21.000 A 0.000 A 0.000 A A
Shelf #3 142682 36168 4 0.000 A 0.000 A 0.000 A A
Dwarf #4 142769 36191 4 0.000 A 0.000 A 0.000 A A
Alter 142663 36163 5 3.000 A 0.000 A 0.000 A A
Barrels/Casks 142683 36168 5 0.000 A 0.000 A 0.000 A A
Dwarf #5 142770 36191 5 0.000 A 0.000 A 0.000 A A
Dead Pig 142664 36163 6 3.000 A 0.000 A 0.000 A A
Sacks/Bottles 142684 36168 6 0.000 A 0.000 A 0.000 A A
Dwarf #6 142771 36191 6 0.000 A 0.000 A 0.000 A A
Whole Set 142665 36163 7 32.000 A 0.000 A 0.000 A A
Whole Set 142685 36168 7 34.000 A 0.000 A 0.000 A A
Whole Set 142772 36191 7 34.000 A 0.000 A 0.000 A A