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 (284, 315, 1408, 1412, 529, 758) 
  AND a.status = 'A' 
ORDER BY 
  a.position, 
  a.variant_id

Query time 0.00172

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "160.36"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "55.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": 55,
            "rows_produced_per_join": 55,
            "filtered": "100.00",
            "index_condition": "((`goimagine`.`a`.`option_id` in (284,315,1408,1412,529,758)) and (`goimagine`.`a`.`status` = 'A'))",
            "cost_info": {
              "read_cost": "50.48",
              "eval_cost": "5.50",
              "prefix_cost": "55.98",
              "data_read_per_join": "2K"
            },
            "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": 55,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "43.88",
              "eval_cost": "5.50",
              "prefix_cost": "105.36",
              "data_read_per_join": "42K"
            },
            "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 Stain 1633 284 0 0.000 A 0.000 A 0.000 A A
Wood Stain 1634 284 0 0.000 A 0.000 A 0.000 A A
Grey Stain 1635 284 0 0.000 A 0.000 A 0.000 A A
2 shirts 2469 529 0 16.010 A 0.600 A 0.000 A A
3 shirts 2470 529 0 34.010 A 0.800 A 0.000 A A
4 shirts 2471 529 0 52.010 A 0.120 A 0.000 A A
5 shirts 2472 529 0 70.010 A 1.000 A 0.000 A A
6 shirts 2473 529 0 88.010 A 1.400 A 0.000 A A
7 shirts 2474 529 0 106.010 A 1.500 A 0.000 A A
8 shirts 2475 529 0 124.010 A 0.000 A 0.000 A A
9 shirts 2476 529 0 142.010 A 1.500 A 0.000 A A
10 shirts 2477 529 0 160.010 A 1.500 A 0.000 A A
Heart 5825 1408 0 0.000 A 0.000 A 0.000 A A
Star 5826 1408 0 0.000 A 0.000 A 0.000 A A
Sun 5827 1408 0 0.000 A 0.000 A 0.000 A A
Shamrock 5828 1408 0 0.000 A 0.000 A 0.000 A A
Easter egg 5829 1408 0 0.000 A 0.000 A 0.000 A A
Bunny 5830 1408 0 0.000 A 0.000 A 0.000 A A
Candy corn 5831 1408 0 0.000 A 0.000 A 0.000 A A
Pumpkin 5832 1408 0 0.000 A 0.000 A 0.000 A A
Popsicle 5833 1408 0 0.000 A 0.000 A 0.000 A A
Christmas tree 5834 1408 0 0.000 A 0.000 A 0.000 A A
Baseball diamond 5835 1408 0 0.000 A 0.000 A 0.000 A A
Football 5836 1408 0 0.000 A 0.000 A 0.000 A A
Watermelon 5837 1408 0 0.000 A 0.000 A 0.000 A A
Snowflake 5838 1408 0 0.000 A 0.000 A 0.000 A A
Pineapple 5839 1408 0 0.000 A 0.000 A 0.000 A A
Mouse head 5840 1408 0 0.000 A 0.000 A 0.000 A A
Castle 5841 1408 0 0.000 A 0.000 A 0.000 A A
Leaf 5842 1408 0 0.000 A 0.000 A 0.000 A A
Police badge 5843 1408 0 0.000 A 0.000 A 0.000 A A
Solid black mouse 5844 1408 0 0.000 A 0.000 A 0.000 A A
Santa mouse 5845 1408 0 0.000 A 0.000 A 0.000 A A
Easter mouse 5846 1408 0 0.000 A 0.000 A 0.000 A A
Pumpkin mouse 5847 1408 0 0.000 A 0.000 A 0.000 A A
Shamrock mouse 5848 1408 0 0.000 A 0.000 A 0.000 A A
Happy new year mouse 5849 1408 0 0.000 A 0.000 A 0.000 A A
Baseball mouse 5850 1408 0 0.000 A 0.000 A 0.000 A A
Patriotic mouse 5851 1408 0 0.000 A 0.000 A 0.000 A A
USA mouse 5852 1408 0 0.000 A 0.000 A 0.000 A A
Be mine mouse 5853 1408 0 0.000 A 0.000 A 0.000 A A
Pineapple mouse 5854 1408 0 0.000 A 0.000 A 0.000 A A
Donut mouse 5855 1408 0 0.000 A 0.000 A 0.000 A A
Birthday mouse 5856 1408 0 0.000 A 0.000 A 0.000 A A
Sun mouse 5857 1408 0 0.000 A 0.000 A 0.000 A A
Flower mouse 5858 1408 0 0.000 A 0.000 A 0.000 A A
Leaf mouse 5859 1408 0 0.000 A 0.000 A 0.000 A A
Snowflake mouse 5860 1408 0 0.000 A 0.000 A 0.000 A A
Jack skell mouse 5861 1408 0 0.000 A 0.000 A 0.000 A A
Turkey mouse 5862 1408 0 0.000 A 0.000 A 0.000 A A
Family name mouse 5863 1408 0 0.000 A 0.000 A 0.000 A A
Custom shape 5880 1408 0 0.000 A 0.000 A 0.000 A A