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 (36180, 36192, 36165, 36176) 
  AND a.status = 'A' 
ORDER BY 
  a.position, 
  a.variant_id

Query time 0.00420

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "53.81"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "18.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": 18,
            "rows_produced_per_join": 18,
            "filtered": "100.00",
            "index_condition": "((`goimagine`.`a`.`option_id` in (36180,36192,36165,36176)) and (`goimagine`.`a`.`status` = 'A'))",
            "cost_info": {
              "read_cost": "17.76",
              "eval_cost": "1.80",
              "prefix_cost": "19.56",
              "data_read_per_join": "864"
            },
            "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": 18,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "14.45",
              "eval_cost": "1.80",
              "prefix_cost": "35.81",
              "data_read_per_join": "13K"
            },
            "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
Bookshelf Only 142669 36165 1 0.000 A 0.000 A 0.000 A A
Gold Pile Only 142708 36176 1 0.000 A 0.000 A 0.000 A A
Well Only 142720 36180 1 0.000 A 0.000 A 0.000 A A
Dwarf #1 142773 36192 1 0.000 A 0.000 A 0.000 A A
Mimic Only 142670 36165 2 0.000 A 0.000 A 0.000 A A
Mimic Only 142709 36176 2 0.000 A 0.000 A 0.000 A A
Mimic Only 142721 36180 2 0.000 A 0.000 A 0.000 A A
Dwarf #2 142774 36192 2 0.000 A 0.000 A 0.000 A A
Both 142671 36165 3 6.000 A 0.000 A 0.000 A A
Both 142710 36176 3 6.000 A 0.000 A 0.000 A A
Both 142722 36180 3 6.000 A 0.000 A 0.000 A A
Dwarf #3 142775 36192 3 0.000 A 0.000 A 0.000 A A
Dwarf #4 142776 36192 4 0.000 A 0.000 A 0.000 A A
Dwarf #5 142777 36192 5 0.000 A 0.000 A 0.000 A A
Dwarf #6 142778 36192 6 0.000 A 0.000 A 0.000 A A
Dwarf #7 142779 36192 7 0.000 A 0.000 A 0.000 A A
Dwarf #8 142780 36192 8 0.000 A 0.000 A 0.000 A A
Whole Set 142781 36192 9 48.000 A 0.000 A 0.000 A A