SELECT 
  cscart_product_feature_variants.variant_id, 
  cscart_product_feature_variants.position, 
  cscart_product_feature_variants.color, 
  cscart_product_feature_variant_descriptions.variant 
FROM 
  cscart_product_feature_variants 
  LEFT JOIN cscart_product_feature_variant_descriptions ON cscart_product_feature_variants.variant_id = cscart_product_feature_variant_descriptions.variant_id 
  AND cscart_product_feature_variant_descriptions.lang_code = 'en' 
WHERE 
  cscart_product_feature_variants.variant_id IN (
    1288, 
    1933, 
    1935, 
    2378, 
    1712, 
    2416, 
    1954, 
    1836, 
    1660, 
    2402, 
    2407, 
    2424, 
    2422, 
    2428, 
    1202, 
    1999, 
    1973, 
    1931, 
    1659, 
    1912, 
    1904, 
    2366, 
    1900, 
    2367, 
    1905, 
    1789, 
    1787, 
    1899, 
    2075, 
    1748, 
    2000, 
    1995, 
    1902, 
    2108, 
    2182, 
    1389, 
    1235, 
    2290, 
    2439, 
    2556, 
    2499, 
    2557, 
    1245, 
    1881, 
    2333, 
    1988, 
    2359, 
    1941, 
    1867, 
    2354, 
    1972, 
    2340, 
    2355, 
    2361, 
    2363, 
    2357, 
    2365, 
    2335, 
    2360, 
    2358, 
    1984, 
    1996, 
    1930, 
    1545, 
    2268, 
    1994, 
    1234, 
    2353, 
    2558, 
    2451, 
    1462, 
    2560, 
    2561, 
    2562, 
    2417, 
    2538, 
    2537, 
    2539, 
    2496, 
    2500, 
    2502, 
    2505, 
    2506, 
    2507, 
    2509, 
    2510, 
    2512, 
    2514, 
    2516, 
    2520, 
    2523, 
    2525, 
    2526, 
    2527, 
    2528, 
    2529, 
    2530, 
    2531, 
    2532, 
    2533, 
    2534, 
    2535, 
    1254, 
    2566, 
    2567, 
    1241, 
    1251, 
    1797, 
    1690, 
    1861, 
    2412, 
    2432, 
    2442, 
    2455, 
    2457, 
    2461, 
    2470, 
    2483, 
    2484, 
    2491, 
    2494, 
    2495, 
    2540, 
    2542, 
    2543, 
    2544, 
    2545, 
    2546, 
    2547, 
    2548, 
    2550, 
    2551, 
    2552, 
    2553, 
    2554, 
    2555
  ) 
ORDER BY 
  cscart_product_feature_variants.position ASC, 
  cscart_product_feature_variant_descriptions.variant ASC

Query time 0.00162

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "142.81"
    },
    "ordering_operation": {
      "using_temporary_table": true,
      "using_filesort": true,
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_product_feature_variants",
            "access_type": "range",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "variant_id"
            ],
            "key_length": "3",
            "rows_examined_per_scan": 136,
            "rows_produced_per_join": 136,
            "filtered": "100.00",
            "index_condition": "(`test2_gaseus`.`cscart_product_feature_variants`.`variant_id` in (1288,1933,1935,2378,1712,2416,1954,1836,1660,2402,2407,2424,2422,2428,1202,1999,1973,1931,1659,1912,1904,2366,1900,2367,1905,1789,1787,1899,2075,1748,2000,1995,1902,2108,2182,1389,1235,2290,2439,2556,2499,2557,1245,1881,2333,1988,2359,1941,1867,2354,1972,2340,2355,2361,2363,2357,2365,2335,2360,2358,1984,1996,1930,1545,2268,1994,1234,2353,2558,2451,1462,2560,2561,2562,2417,2538,2537,2539,2496,2500,2502,2505,2506,2507,2509,2510,2512,2514,2516,2520,2523,2525,2526,2527,2528,2529,2530,2531,2532,2533,2534,2535,1254,2566,2567,1241,1251,1797,1690,1861,2412,2432,2442,2455,2457,2461,2470,2483,2484,2491,2494,2495,2540,2542,2543,2544,2545,2546,2547,2548,2550,2551,2552,2553,2554,2555))",
            "cost_info": {
              "read_cost": "81.61",
              "eval_cost": "13.60",
              "prefix_cost": "95.21",
              "data_read_per_join": "155K"
            },
            "used_columns": [
              "variant_id",
              "color",
              "position"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_product_feature_variant_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "variant_id",
              "lang_code"
            ],
            "key_length": "9",
            "ref": [
              "test2_gaseus.cscart_product_feature_variants.variant_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 136,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "34.00",
              "eval_cost": "13.60",
              "prefix_cost": "142.81",
              "data_read_per_join": "423K"
            },
            "used_columns": [
              "variant_id",
              "variant",
              "lang_code"
            ]
          }
        }
      ]
    }
  }
}

Result

variant_id position color variant
2000 0 Acetylene (C2H2)
2556 0 AM35 LabLine
2543 0 AM35H TecLine
2557 0 AM35K LabLine
2540 0 AM35K TecLine
2542 0 AM35KH TecLine
2552 0 AM35KHM TecLine
2551 0 AM35KM TecLine
2545 0 AM40 TecLine
2544 0 AM40K TecLine
2553 0 AM40KM TecLine
2547 0 AM45 TecLine
2546 0 AM45K TecLine
2554 0 AM45KM TecLine
2550 0 AM55 TecLine
2548 0 AM55K TecLine
2555 0 AM55KM TecLine
1789 0 Argon (Ar)
2529 0 BS100 TecLine
2530 0 BS120 TecLine
2531 0 BS200 TecLine
2532 0 BS270 TecLine
2537 0 BS50 LabLine
2523 0 BS50 TecLine
2525 0 BS60 TecLine
2526 0 BS70 TecLine
2527 0 BS75 TecLine
2528 0 BS80 TecLine
2533 0 BSA10B TecLine
2534 0 BSA20B TecLine
2535 0 BSA40B TecLine
1748 0 Carbon Dioxide (CO2)
1984 0 Carbon monoxide (CO)
2290 0 Chrome-plated
2378 0 Chrome-plated brass
1462 0 Compressed air
1899 0 Compressed Air (mixture)
2566 0 Copper
2499 0 CO₂ (CO2)
2451 0 CO₂/Argon (Ar, CO2)
1933 0 Cylinder regulators
1712 0 Double stage
2417 0 DRS
2439 0 DRSAH
2442 0 E10 LabLine
2470 0 E10 TecLine
2461 0 E10F LabLine
2483 0 E10F TecLine
2484 0 E20 TecLine
2491 0 E40 TecLine
2502 0 EB10 TecLine
2512 0 EB100 TecLine
2514 0 EB120 TecLine
2505 0 EB20 TecLine
2516 0 EB200 TecLine
2520 0 EB270 TecLine
2506 0 EB60 TecLine
2507 0 EB70 TecLine
2509 0 EB75 TecLine
2510 0 EB80 TecLine
2494 0 ER20 TecLine
2495 0 ER40 TecLine
1994 0 Ethene (C2H4)
2075 0 Ethylene (C2H4)
2340 0 F10
2335 0 F10 Effect
2333 0 F10 Effect LabLine
2358 0 F15
2357 0 F15 Effect
2359 0 F15 Effect LabLine
2360 0 F20 Effect
2361 0 F40 Effect
2365 0 F60
2363 0 F60 Effect
2455 0 Forming gas (mixture)
1988 0 Forming gases (mixture)
2355 0 Fuel gases (mixture)
1288 0 Gastech
2366 0 H10 Effect
2367 0 H20 Effect
1787 0 Helium (He)
1900 0 Hydrogen (H2)
1931 0 Inert gases (mixture)
2558 0 L10 LabLine
2561 0 L10/2 LabLine
2560 0 L15 LabLine
2562 0 L15/2 LabLine
1389 0 Linde
1999 0 Main regulators
1995 0 Methane (CH4)
1545 0 MISON®
2424 0 Nickel-plated
1905 0 Nitrogen (N2)
1972 0 Nitrous oxide (N2O)
2354 0 Noble gases (mixture)
2353 0 Non aggressive gases (mixture)
2402 0 Omega
2407 0 Omega II
1904 0 Oxygen (O2)
1902 0 Propane (C3H8)
2538 0 SE10 LabLine
2496 0 SE10 TecLine
2539 0 SE102 LabLine
2500 0 SE20 TecLine
2416 0 Sigma
2432 0 Sigma II
1660 0 Single stage
1836 0 Stainless steel
2567 0 Steel
1996 0 Sulfur hexafluoride (SF6)
1930 0 Synthetic air (mixture)
2268 0 Test gases (mixture)
2457 0 Testing gas
2422 0 Thanos
2428 0 Thanos II
1941 0 Tracer gases (mixture)
1202 0 Vulkan
2412 0 Zeus I
1659 1 Brass
2182 1 Brass, Nickel-Plated
1235 1 #ffffff Gas Panels (Manifolds)
1973 1 up to 4.5 (technical gases)
1912 1 up to 5.0 (laboratory gases / laser gases)
1935 1 up to 6.0 (ultrapure gases)
1234 2 #ffffff Line Pressure Regulators
1954 2 Monel
1254 3 #ffffff Accessories and Spare Parts
1251 3 #ffffff Alarm and Control Systems
1867 3 Aluminium
1690 3 Brass/Polyamide
1245 3 #ffffff Flexible Hoses
2108 3 Gauges
1881 3 Metall
1861 3 NBR
1797 3 Polyamid
1241 3 #ffffff Tapping Points