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

Query time 0.00115

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "109.68"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "39.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": 39,
            "rows_produced_per_join": 39,
            "filtered": "100.00",
            "index_condition": "((`goimagine`.`a`.`option_id` in (31063,31077,31090)) and (`goimagine`.`a`.`status` = 'A'))",
            "cost_info": {
              "read_cost": "33.34",
              "eval_cost": "3.90",
              "prefix_cost": "37.24",
              "data_read_per_join": "1K"
            },
            "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": 39,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "29.54",
              "eval_cost": "3.90",
              "prefix_cost": "70.68",
              "data_read_per_join": "29K"
            },
            "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
1 Southwest 122660 31063 1 0.000 A 0.000 A 0.000 A A
Default No Pocket 122693 31077 1 0.000 A 0.000 A 0.000 A A
Default - 3/8" 122741 31090 1 0.000 A 0.000 A 0.000 A A
2 Peacock 122661 31063 2 0.000 A 0.000 A 0.000 A A
1 Pocket 122694 31077 2 2.000 A 0.000 A 0.000 A A
1/2 inch 122742 31090 2 3.000 A 0.000 A 0.000 A A
3 Stained Glass 122662 31063 3 0.000 A 0.000 A 0.000 A A
2 Pockets 122695 31077 3 4.000 A 0.000 A 0.000 A A
1 inch 122743 31090 3 5.000 A 0.000 A 0.000 A A
4 Rainbow Swirl 122663 31063 4 0.000 A 0.000 A 0.000 A A
5 Camoflauge 122664 31063 5 0.000 A 0.000 A 0.000 A A
6 Teal Swirl 122665 31063 6 0.000 A 0.000 A 0.000 A A
7 Grizzly 122666 31063 7 0.000 A 0.000 A 0.000 A A
8 Evergreen 122667 31063 8 0.000 A 0.000 A 0.000 A A
9 Lodge 122668 31063 9 0.000 A 0.000 A 0.000 A A
10 Southwest Coyote 122669 31063 10 0.000 A 0.000 A 0.000 A A
11 Brown Leaf 122670 31063 11 0.000 A 0.000 A 0.000 A A
12 Brown Trout 122671 31063 12 0.000 A 0.000 A 0.000 A A
13 Blue Red Stars 122672 31063 13 0.000 A 0.000 A 0.000 A A
14 Rainbow Jellyfish 122673 31063 14 0.000 A 0.000 A 0.000 A A
15 Pansy Butterfly 122674 31063 15 0.000 A 0.000 A 0.000 A A
16 Rainbow Butterfly 122675 31063 16 0.000 A 0.000 A 0.000 A A
17 Cow Print 122676 31063 17 0.000 A 0.000 A 0.000 A A
18 Black Red Paws 122677 31063 18 0.000 A 0.000 A 0.000 A A
19 Gray Paint Splat 122678 31063 19 0.000 A 0.000 A 0.000 A A
20 Monarch 122679 31063 20 0.000 A 0.000 A 0.000 A A
21 Blue White Stars 122680 31063 21 0.000 A 0.000 A 0.000 A A
22 Baseballs 122681 31063 22 0.000 A 0.000 A 0.000 A A
23 Feathers 122682 31063 23 0.000 A 0.000 A 0.000 A A
24 Rainbow Paws 122683 31063 24 0.000 A 0.000 A 0.000 A A
25 Neon Rainbow 122684 31063 25 0.000 A 0.000 A 0.000 A A
26 Purple Grain 122685 31063 26 0.000 A 0.000 A 0.000 A A
27 Purple Blue Gold 122686 31063 27 0.000 A 0.000 A 0.000 A A
28 Galaxy 122687 31063 28 0.000 A 0.000 A 0.000 A A
29 Neon Triangles 122688 31063 29 0.000 A 0.000 A 0.000 A A
30 Rainbow Darth 122689 31063 30 0.000 A 0.000 A 0.000 A A
31 Rainbow Dahlia 122690 31063 31 0.000 A 0.000 A 0.000 A A
32 Dark Purple 122691 31063 32 0.000 A 0.000 A 0.000 A A
33 Purple Pink 122692 31063 33 0.000 A 0.000 A 0.000 A A