SELECT 
  pfv.variant_id, 
  pfv.position, 
  pfvd.variant 
FROM 
  cscart_product_feature_variants AS pfv 
  INNER JOIN cscart_product_feature_variant_descriptions AS pfvd ON pfv.variant_id = pfvd.variant_id 
  AND pfvd.lang_code = 'en' 
WHERE 
  pfv.variant_id IN (
    1912, 2457, 2448, 2444, 1694, 2122, 2445, 
    2290, 1660, 2344, 2345, 1902, 1992, 
    2139, 2458, 2075, 2413, 2449, 2455, 
    2452, 2456, 2350, 1972, 2443, 1995, 
    2454, 2453, 1900, 1905, 1787, 2451, 
    2000, 2447, 1904, 2460, 1462, 1705, 
    2462, 2463, 2464, 2466, 2467, 2468, 
    2465, 2469, 2424, 1712, 1836
  )

Query time 0.00071

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "50.41"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "pfv",
          "access_type": "range",
          "possible_keys": [
            "PRIMARY"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "variant_id"
          ],
          "key_length": "3",
          "rows_examined_per_scan": 48,
          "rows_produced_per_join": 48,
          "filtered": "100.00",
          "index_condition": "(`test2_gaseus`.`pfv`.`variant_id` in (1912,2457,2448,2444,1694,2122,2445,2290,1660,2344,2345,1902,1992,2139,2458,2075,2413,2449,2455,2452,2456,2350,1972,2443,1995,2454,2453,1900,1905,1787,2451,2000,2447,1904,2460,1462,1705,2462,2463,2464,2466,2467,2468,2465,2469,2424,1712,1836))",
          "cost_info": {
            "read_cost": "28.81",
            "eval_cost": "4.80",
            "prefix_cost": "33.61",
            "data_read_per_join": "54K"
          },
          "used_columns": [
            "variant_id",
            "position"
          ]
        }
      },
      {
        "table": {
          "table_name": "pfvd",
          "access_type": "eq_ref",
          "possible_keys": [
            "PRIMARY"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "variant_id",
            "lang_code"
          ],
          "key_length": "9",
          "ref": [
            "test2_gaseus.pfv.variant_id",
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 48,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "12.00",
            "eval_cost": "4.80",
            "prefix_cost": "50.41",
            "data_read_per_join": "149K"
          },
          "used_columns": [
            "variant_id",
            "variant",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

variant_id position variant
1462 0 Compressed air
1660 0 Single stage
1694 0 20
1705 0 200
1712 0 Double stage
1787 0 Helium (He)
1836 0 Stainless steel
1900 0 Hydrogen (H2)
1902 0 Propane (C3H8)
1904 0 Oxygen (O2)
1905 0 Nitrogen (N2)
1912 1 up to 5.0 (laboratory gases / laser gases)
1972 0 Nitrous oxide (N2O)
1992 0 8
1995 0 Methane (CH4)
2000 0 Acetylene (C2H2)
2075 0 Ethylene (C2H4)
2122 0 10
2139 0 4
2290 0 Chrome-plated
2344 0 N
2345 0 N
2350 0 Y
2413 0 1.5
2424 0 Nickel-plated
2443 0 G 3/8" RH nut (acc. to EN 560)
2444 0 Clamp ring fitting 6 mm (stainless steel)
2445 0 40 Nm³/h
2447 0 1.5
2448 0 G 3/8" LH nut (acc. to EN 560)
2449 0 3.5 Nm³/h
2451 0 CO₂/Argon (Ar, CO2)
2452 0 2.5
2453 0 1.2 Nm³/h
2454 0 1.8 Nm³/h
2455 0 Forming gas (mixture)
2456 0 3.0 Nm³/h
2457 0 Testing gas
2458 0 5 kg/h
2460 0 2.5 kg/h
2462 0 5.0 (fixed)
2463 0 1.0–15.0 Nl/min
2464 0 4.5 (fixed)
2465 0 5.0–50.0 Nl/min
2466 0 0.5–5.0 Nl/min
2467 0 2.5 (fixed)
2468 0 3.0–30.0 Nl/min
2469 0 3.0–34.0 Nl/min