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 (11582, 11581) 
  AND a.status = 'A' 
ORDER BY 
  a.position, 
  a.variant_id

Query time 0.00332

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "49.76"
    },
    "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 (11582,11581)) and (`goimagine`.`a`.`status` = 'A'))",
            "cost_info": {
              "read_cost": "15.69",
              "eval_cost": "1.70",
              "prefix_cost": "17.39",
              "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.67",
              "eval_cost": "1.70",
              "prefix_cost": "32.76",
              "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
Black 49427 11581 1 0.000 A 0.000 A 0.000 A A
2T 49428 11582 1 0.000 A 0.000 A 0.000 A A
Grey 49426 11581 2 0.000 A 0.000 A 0.000 A A
3T 49429 11582 2 0.000 A 0.000 A 0.000 A A
Pink 49423 11581 3 0.000 A 0.000 A 0.000 A A
4T 49430 11582 3 0.000 A 0.000 A 0.000 A A
Red 49424 11581 4 0.000 A 0.000 A 0.000 A A
YS 49431 11582 4 0.000 A 0.000 A 0.000 A A
Tahiti 49425 11581 5 0.000 A 0.000 A 0.000 A A
YM 49432 11582 5 0.000 A 0.000 A 0.000 A A
YL 49433 11582 6 0.000 A 0.000 A 0.000 A A
S 49434 11582 7 5.000 A 0.000 A 0.000 A A
M 49435 11582 8 5.000 A 0.000 A 0.000 A A
L 49436 11582 9 5.000 A 0.000 A 0.000 A A
XL 49437 11582 10 5.000 A 0.000 A 0.000 A A
XXL 49438 11582 11 5.000 A 0.000 A 0.000 A A
XXXL 49439 11582 12 5.000 A 0.000 A 0.000 A A