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 (35678, 35677, 9226, 9224) 
  AND a.status = 'A' 
ORDER BY 
  a.position, 
  a.variant_id

Query time 0.00598

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "76.49"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "26.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": 26,
            "rows_produced_per_join": 26,
            "filtered": "100.00",
            "index_condition": "((`goimagine`.`a`.`option_id` in (35678,35677,9226,9224)) and (`goimagine`.`a`.`status` = 'A'))",
            "cost_info": {
              "read_cost": "24.77",
              "eval_cost": "2.60",
              "prefix_cost": "27.37",
              "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": 26,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "20.51",
              "eval_cost": "2.60",
              "prefix_cost": "50.49",
              "data_read_per_join": "19K"
            },
            "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
White with Pink Frosting (1 in Stock) 40898 9224 1 0.000 A 0.000 A 0.000 A A
Pink (1 in stock) 40902 9226 1 0.000 A 0.000 A 0.000 A A
Multi-Colors (1 in stock) 140914 35677 1 0.000 A 0.000 A 0.000 A A
Lime green (1 in stock) 140915 35678 1 0.000 A 0.000 A 0.000 A A
Pink with White Frosting (1 in Stock) 40899 9224 2 0.000 A 0.000 A 0.000 A A
Green (1 in Stock) 40903 9226 2 0.000 A 0.000 A 0.000 A A
Orange (1 in stock) 140907 35677 2 0.000 A 0.000 A 0.000 A A
Turquoise (1 in stock) 140916 35678 2 0.000 A 0.000 A 0.000 A A
Orange (1 in Stock) 40904 9226 3 0.000 A 0.000 A 0.000 A A
Pastel Green (1 in stock) 140908 35677 3 0.000 A 0.000 A 0.000 A A
Yellow (1 in stock) 140917 35678 3 0.000 A 0.000 A 0.000 A A
Yellow (1 in Stock) 40905 9226 4 0.000 A 0.000 A 0.000 A A
Yellow (1 in stock) 140906 35677 4 0.000 A 0.000 A 0.000 A A
Pink (1 in stock) 140918 35678 4 0.000 A 0.000 A 0.000 A A
Lavender (1 in Stock) 40906 9226 5 0.000 A 0.000 A 0.000 A A
Pastel Blue (1 in stock) 140909 35677 5 0.000 A 0.000 A 0.000 A A
Multi-colors (1 in stock) 140919 35678 5 0.000 A 0.000 A 0.000 A A
Pink (1 in stock) 140912 35677 6 0.000 A 0.000 A 0.000 A A
Pastel green (1 in stock) 140920 35678 6 0.000 A 0.000 A 0.000 A A
Light Turquoise (1 in stock) 140913 35677 7 0.000 A 0.000 A 0.000 A A
Light Blue (1 in stock) 140921 35678 7 0.000 A 0.000 A 0.000 A A
Lavender (1 in stock) 140910 35677 8 0.000 A 0.000 A 0.000 A A
Orange (1 in stock) 140922 35678 8 0.000 A 0.000 A 0.000 A A
Light Blue (1 in stock) 140911 35677 9 0.000 A 0.000 A 0.000 A A
Pastel blue (1 in stock) 140923 35678 9 0.000 A 0.000 A 0.000 A A
Lavender (1 in stock) 140924 35678 10 0.000 A 0.000 A 0.000 A A