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 (2074, 2487, 2495, 2491) 
  AND a.status = 'A' 
ORDER BY 
  a.position, 
  a.variant_id

Query time 0.00089

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "51.78"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "17.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": 17,
            "rows_produced_per_join": 17,
            "filtered": "100.00",
            "index_condition": "((`goimagine`.`a`.`option_id` in (2074,2487,2495,2491)) and (`goimagine`.`a`.`status` = 'A'))",
            "cost_info": {
              "read_cost": "17.48",
              "eval_cost": "1.70",
              "prefix_cost": "19.18",
              "data_read_per_join": "816"
            },
            "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": 17,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "13.90",
              "eval_cost": "1.70",
              "prefix_cost": "34.78",
              "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
6-inches 10816 2487 0 0.000 A 0.000 A 0.000 A A
8-inches 10817 2487 0 5.000 A 0.000 A 0.000 A A
10-inches 10818 2487 0 10.000 A 0.000 A 0.000 A A
12-inches 10819 2487 0 15.000 A 0.000 A 0.000 A A
No thank you! 10835 2491 0 0.000 A 0.000 A 0.000 A A
Add Bow 10836 2491 0 5.000 A 0.000 A 0.000 A A
Add Headband 10837 2491 0 5.000 A 0.000 A 0.000 A A
Navy Blue 10856 2495 0 0.000 A 0.000 A 0.000 A A
Neon Lime Green 10857 2495 0 0.000 A 0.000 A 0.000 A A
XS (Infant) 8757 2074 1 0.000 A 0.000 A 0.000 A A
Child SM 8758 2074 2 0.000 A 0.000 A 0.000 A A
Child MD 8759 2074 3 1.000 A 0.000 A 0.000 A A
Child LG 8760 2074 4 2.000 A 0.000 A 0.000 A A
Adult SM 8761 2074 5 2.000 A 0.000 A 0.000 A A
Adult MD 8762 2074 6 3.000 A 0.000 A 0.000 A A
Adult LG 8763 2074 7 5.000 A 0.000 A 0.000 A A
Adult XL 8764 2074 8 6.000 A 0.000 A 0.000 A A