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 (33026, 33030, 33025, 34459) 
  AND a.status = 'A' 
ORDER BY 
  a.position, 
  a.variant_id

Query time 0.00082

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "63.00"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "21.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": 21,
            "rows_produced_per_join": 21,
            "filtered": "100.00",
            "index_condition": "((`goimagine`.`a`.`option_id` in (33026,33030,33025,34459)) and (`goimagine`.`a`.`status` = 'A'))",
            "cost_info": {
              "read_cost": "21.08",
              "eval_cost": "2.10",
              "prefix_cost": "23.18",
              "data_read_per_join": "1008"
            },
            "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": 21,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "16.73",
              "eval_cost": "2.10",
              "prefix_cost": "42.00",
              "data_read_per_join": "16K"
            },
            "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
Boutonniere 130225 33025 1 0.000 A 0.000 A 0.000 A A
Boutonniere 130230 33026 1 0.000 A 0.000 A 0.000 A A
Boutonniere 130247 33030 1 0.000 A 0.000 A 0.000 A A
Boutonniere 135862 34459 1 0.000 A 0.000 A 0.000 A A
Black elastic band 130226 33025 2 20.000 A 0.000 A 0.000 A A
Black elastic band 130231 33026 2 20.000 A 0.000 A 0.000 A A
Elastic band 130248 33030 2 20.000 A 0.000 A 0.000 A A
Silver elastic band 135863 34459 2 20.000 A 0.000 A 0.000 A A
Black beaded band 130227 33025 3 23.000 A 0.000 A 0.000 A A
Black rhinestone band 130232 33026 3 25.000 A 0.000 A 0.000 A A
Black rhinestone band 130249 33030 3 28.000 A 0.000 A 0.000 A A
Gumdrop band 135864 34459 3 23.000 A 0.000 A 0.000 A A
Petite black band 130228 33025 4 23.000 A 0.000 A 0.000 A A
Silver rhinestone band 130233 33026 4 25.000 A 0.000 A 0.000 A A
Petite black beaded band 130250 33030 4 22.000 A 0.000 A 0.000 A A
Black rhinestone band 135865 34459 4 25.000 A 0.000 A 0.000 A A
Black rhinestone band 130229 33025 5 25.000 A 0.000 A 0.000 A A
Black beaded band 132324 33026 5 23.000 A 0.000 A 0.000 A A
Black beaded band 132350 33030 5 22.000 A 0.000 A 0.000 A A
Silver rhinestone band 135866 34459 5 25.000 A 0.000 A 0.000 A A
Petite silver band 135867 34459 6 23.000 A 0.000 A 0.000 A A