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 (
    31300, 14620, 14621, 19850, 19851, 25310, 
    25600, 19944, 19943, 25134, 25209
  ) 
  AND a.status = 'A' 
ORDER BY 
  a.position, 
  a.variant_id

Query time 0.01361

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "111.42"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "37.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": 37,
            "rows_produced_per_join": 37,
            "filtered": "100.00",
            "index_condition": "((`goimagine`.`a`.`option_id` in (31300,14620,14621,19850,19851,25310,25600,19944,19943,25134,25209)) and (`goimagine`.`a`.`status` = 'A'))",
            "cost_info": {
              "read_cost": "38.44",
              "eval_cost": "3.70",
              "prefix_cost": "42.14",
              "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": 37,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "28.59",
              "eval_cost": "3.70",
              "prefix_cost": "74.43",
              "data_read_per_join": "28K"
            },
            "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
D-Ring 60292 14620 1 0.000 A 0.000 A 0.000 A A
Black 60297 14621 1 0.000 A 0.000 A 0.000 A A
Standard (30"- 46") 77861 19850 1 0.000 A 0.000 A 0.000 A A
1 Floating D-Ring 77863 19851 1 0.000 A 0.000 A 0.000 A A
4 foot 78115 19943 1 0.000 A 0.000 A 0.000 A A
2 Standard Swivel Snap Bolts 78119 19944 1 0.000 A 0.000 A 0.000 A A
Neon Green 99027 25134 1 0.000 A 0.000 A 0.000 A A
Bolt Snap 99372 25209 1 0.000 A 0.000 A 0.000 A A
4 foot 100090 25310 1 0.000 A 0.000 A 0.000 A A
Blue Blend 101324 25600 1 0.000 A 0.000 A 0.000 A A
Standard Webbing 123554 31300 1 0.000 A 0.000 A 0.000 A A
Snap Bolt 60293 14620 2 2.000 A 0.000 A 0.000 A A
Blue 60312 14621 2 0.000 A 0.000 A 0.000 A A
X Long (up to 60") 77862 19850 2 0.000 A 0.000 A 0.000 A A
2 Floating D-Rings 77864 19851 2 3.000 A 0.000 A 0.000 A A
6 foot 78116 19943 2 2.000 A 0.063 A 0.000 A A
2 Heavy Duty Swivel Snap Bolts 78118 19944 2 8.000 A 0.000 A 0.000 A A
Neon Orange 99028 25134 2 0.000 A 0.000 A 0.000 A A
Gooseneck at Dog End 99373 25209 2 2.000 A 0.000 A 0.000 A A
6 foot 100091 25310 2 5.000 A 0.000 A 0.000 A A
Gray Blend 101325 25600 2 0.000 A 0.000 A 0.000 A A
Padded Webbing 123555 31300 2 6.000 A 0.000 A 0.000 A A
Gray 60298 14621 3 0.000 A 0.000 A 0.000 A A
8 foot 78117 19943 3 5.000 A 0.125 A 0.000 A A
1 Non-Locking Carabiner + 1 Standard Swivel Snap Bolt 78120 19944 3 4.000 A 0.000 A 0.000 A A
Neon Pink 99029 25134 3 0.000 A 0.000 A 0.000 A A
8 foot 100092 25310 3 10.000 A 0.000 A 0.000 A A
Orange Blend 101326 25600 3 0.000 A 0.000 A 0.000 A A
Red 69704 14621 4 0.000 A 0.000 A 0.000 A A
1 Locking Carabiner + 1 Standard Swivel Snap Bolt 78121 19944 4 6.000 A 0.000 A 0.000 A A
Neon Yellow 99030 25134 4 0.000 A 0.000 A 0.000 A A
Pink Blend 101327 25600 4 0.000 A 0.000 A 0.000 A A
1 Locking Carabiner + 1 Heavy Duty Swivel Snap Bolt 78122 19944 5 10.000 A 0.000 A 0.000 A A
Red Blend 101328 25600 5 0.000 A 0.000 A 0.000 A A
Purple 140984 14621 5 0.000 A 0.000 A 0.000 A A
1 Heavy Duty Locking Carabiner + 1 Heavy Duty Swivel Snap Bolt 78123 19944 6 14.000 A 0.000 A 0.000 A A
Teal 140985 14621 6 0.000 A 0.000 A 0.000 A A