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 (
    1973, 2455, 2448, 2477, 1694, 2122, 2473, 
    1659, 1660, 2344, 2345, 2452, 2479, 
    2350, 2480, 2481, 1462, 2443, 2471, 
    2457, 1972, 1902, 1992, 2139, 1718, 
    2482, 2075, 2413, 1926, 1995, 1904, 
    2000, 2447, 2478, 2451, 1787, 1905, 
    1900, 2464, 2466, 2467, 2463, 2468, 
    2489, 2490, 1675, 2003, 2485, 2486, 
    2123, 1721, 1876
  )

Query time 0.00084

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "54.61"
    },
    "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": 52,
          "rows_produced_per_join": 52,
          "filtered": "100.00",
          "index_condition": "(`test2_gaseus`.`pfv`.`variant_id` in (1973,2455,2448,2477,1694,2122,2473,1659,1660,2344,2345,2452,2479,2350,2480,2481,1462,2443,2471,2457,1972,1902,1992,2139,1718,2482,2075,2413,1926,1995,1904,2000,2447,2478,2451,1787,1905,1900,2464,2466,2467,2463,2468,2489,2490,1675,2003,2485,2486,2123,1721,1876))",
          "cost_info": {
            "read_cost": "31.21",
            "eval_cost": "5.20",
            "prefix_cost": "36.41",
            "data_read_per_join": "59K"
          },
          "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": 52,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "13.00",
            "eval_cost": "5.20",
            "prefix_cost": "54.61",
            "data_read_per_join": "162K"
          },
          "used_columns": [
            "variant_id",
            "variant",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

variant_id position variant
1462 0 Compressed air
1659 1 Brass
1660 0 Single stage
1675 0 40
1694 0 20
1718 0 5
1721 0 75
1787 0 Helium (He)
1876 0 100
1900 0 Hydrogen (H2)
1902 0 Propane (C3H8)
1904 0 Oxygen (O2)
1905 0 Nitrogen (N2)
1926 0 8
1972 0 Nitrous oxide (N2O)
1973 1 up to 4.5 (technical gases)
1992 0 8
1995 0 Methane (CH4)
2000 0 Acetylene (C2H2)
2003 0 10
2075 0 Ethylene (C2H4)
2122 0 10
2123 0 20
2139 0 4
2344 0 N
2345 0 N
2350 0 Y
2413 0 1.5
2443 0 G 3/8" RH nut (acc. to EN 560)
2447 0 1.5
2448 0 G 3/8" LH nut (acc. to EN 560)
2451 0 COâ‚‚/Argon (Ar, CO2)
2452 0 2.5
2455 0 Forming gas (mixture)
2457 0 Testing gas
2463 0 1.0–15.0 Nl/min
2464 0 4.5 (fixed)
2466 0 0.5–5.0 Nl/min
2467 0 2.5 (fixed)
2468 0 3.0–30.0 Nl/min
2471 0 G 1/4" RH x 6 mm (hose nozzle)
2473 0 46
2477 0 G 3/8" LH x 9 mm (hose nozzle)
2478 0 3.5
2479 0 1.2
2480 0 1.8
2481 0 3.0
2482 0 2.5
2485 0 G 1/2" RH nut (acc. to EN 560)
2486 0 G 1/2" RH x 9 mm (hose nozzle)
2489 0 G 1/2" LH nut (acc. to EN 560)
2490 0 G 1/2" LH x 9 mm (hose nozzle)