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 (
    1659, 2100, 2016, 1721, 1973, 2337, 1803, 
    1660, 1900, 2085, 2101, 2098, 2327, 
    1748, 2083, 2092, 2099, 1912, 2087, 
    2088, 2325, 1705, 1789, 1998, 1899, 
    1876, 1945, 1904, 2025, 1905, 1787, 
    1946, 1937, 2002, 2001, 1680, 2341, 
    1679, 2000, 2026
  )

Query time 0.00061

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "42.01"
    },
    "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": 40,
          "rows_produced_per_join": 40,
          "filtered": "100.00",
          "index_condition": "(`gaseus`.`pfv`.`variant_id` in (1659,2100,2016,1721,1973,2337,1803,1660,1900,2085,2101,2098,2327,1748,2083,2092,2099,1912,2087,2088,2325,1705,1789,1998,1899,1876,1945,1904,2025,1905,1787,1946,1937,2002,2001,1680,2341,1679,2000,2026))",
          "cost_info": {
            "read_cost": "24.01",
            "eval_cost": "4.00",
            "prefix_cost": "28.01",
            "data_read_per_join": "45K"
          },
          "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": [
            "gaseus.pfv.variant_id",
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 40,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "10.00",
            "eval_cost": "4.00",
            "prefix_cost": "42.01",
            "data_read_per_join": "124K"
          },
          "used_columns": [
            "variant_id",
            "variant",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

variant_id position variant
1659 1 Brass
1660 0 Single stage
1679 0 25
1680 0 18
1705 0 200
1721 0 75
1748 0 Carbon Dioxide (CO2)
1787 0 Helium (He)
1789 0 Argon (Ar)
1803 0 300
1876 0 100
1899 0 Compressed Air (mixture)
1900 0 Hydrogen (H2)
1904 0 Oxygen (O2)
1905 0 Nitrogen (N2)
1912 1 up to 5.0 (laboratory gases / laser gases)
1937 0 DIN 477-1 No. 1 (W 21.80 x 1/14 LH)
1945 0 DIN 477-1 No. 9 (G 3/4 RH)
1946 0 DIN 477-1 No. 10 (W 24.32 x 1/14 RH)
1973 1 up to 4.5 (technical gases)
1998 0 DIN 477-1 No. 13 (G 5/8 RH)
2000 0 Acetylene (C2H2)
2001 0 G3/4 LHf U-Nut
2002 0 G 1/2 RHak (according to EN 560)
2016 0 DIN 477-5 No. 57 (W 30 x 2 LH 15.2 / 20.8)
2025 0 DIN 477-5 No. 56 (W 30 x 2 RH 16.6 / 19.4)
2026 0 DIN 477-5 No. 59 (W 30 x 2 RH 17.3 / 18.7)
2083 0 External thread G3/8" RHk according to EN 560
2085 0 Compression fitting front 6 mm
2087 0 Compression fitting front 10 mm
2088 0 Compression fitting front 12 mm
2092 0 External thread G1/4" RHk according to EN 560
2098 0 G1/2 RHak according to EN 560
2099 0 Compression fitting 15 mm
2100 0 Compression fitting front 18 mm
2101 0 Compression ring fitting front 8 mm
2325 0 DIN 477-1 No. 6 (W 21.8 x 1/14 RH)
2327 0 DIN 477-5 No. 54 (W30 x 2 RH 15.9 / 20.1)
2337 0 20,00
2341 0 1,50