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 (940, 1381, 956, 990, 6000, 1382) 
  AND a.status = 'A' 
ORDER BY 
  a.position, 
  a.variant_id

Query time 0.00322

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "92.09"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "32.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": 32,
            "rows_produced_per_join": 32,
            "filtered": "100.00",
            "index_condition": "((`goimagine`.`a`.`option_id` in (940,1381,956,990,6000,1382)) and (`goimagine`.`a`.`status` = 'A'))",
            "cost_info": {
              "read_cost": "29.25",
              "eval_cost": "3.20",
              "prefix_cost": "32.45",
              "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": 32,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "24.44",
              "eval_cost": "3.20",
              "prefix_cost": "60.09",
              "data_read_per_join": "24K"
            },
            "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
3/4 Inch 4000 940 0 0.000 A 0.000 A 0.000 A A
1 Inch 4001 940 0 40.000 A 0.000 A 0.000 A A
1.25 Inches 4002 940 0 70.000 A 0.000 A 0.000 A A
1.5 Inches 4003 940 0 100.000 A 0.000 A 0.000 A A
1.75 Inches 4004 940 0 140.000 A 0.000 A 0.000 A A
2 Inches 4005 940 0 180.000 A 0.000 A 0.000 A A
2.5 Inches 4006 940 0 210.000 A 0.000 A 0.000 A A
16 Inches 4328 990 0 0.000 A 0.000 A 0.000 A A
18 Inches 4329 990 0 10.000 A 0.000 A 0.000 A A
5/8 Inch 5707 1381 0 0.000 A 0.000 A 0.000 A A
3/4 Inch 5708 1381 0 15.000 A 0.000 A 0.000 A A
1 Inch 5709 1381 0 30.000 A 0.000 A 0.000 A A
1.25 Inches 5710 1381 0 45.000 A 0.000 A 0.000 A A
1.5 Inches 5711 1381 0 60.000 A 0.000 A 0.000 A A
1.75 Inches 5712 1381 0 75.000 A 0.000 A 0.000 A A
2 inches 5713 1381 0 90.000 A 0.000 A 0.000 A A
2.25 Inches 5714 1381 0 105.000 A 0.000 A 0.000 A A
2.5 Inches 5715 1381 0 120.000 A 0.000 A 0.000 A A
1 Inch 5716 1382 0 0.000 A 0.000 A 0.000 A A
2 Inches 5717 1382 0 3.000 A 0.000 A 0.000 A A
3 Inches 5718 1382 0 6.000 A 0.000 A 0.000 A A
2.75 Inches 17161 1381 0 135.000 A 0.000 A 0.000 A A
3 Inches 17162 1381 0 150.000 A 0.000 A 0.000 A A
16" Chain, 3/8" Disc 4057 956 1 0.000 A 0.000 A 0.000 A A
3/8" 26920 6000 1 0.000 A 0.000 A 0.000 A A
16" Chain, 1/2" Disc 4058 956 2 20.000 A 0.000 A 0.000 A A
1/2" 26921 6000 2 40.000 A 0.000 A 0.000 A A
16" Chain, 5/8" Disc 4059 956 3 50.000 A 0.000 A 0.000 A A
5/8" 26922 6000 3 100.000 A 0.000 A 0.000 A A
18" Chain, 3/8" Disc 4060 956 4 10.000 A 0.000 A 0.000 A A
18" Chain, 1/2" Disc 4061 956 5 30.000 A 0.000 A 0.000 A A
18" Chain, 5/8" Disc 4062 956 6 60.000 A 0.000 A 0.000 A A