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 (
    1935, 1803, 2421, 1836, 1660, 1705, 2413, 
    1954, 2415, 2419, 2420, 2290, 2423, 
    2424, 2131, 2173, 2426, 1712, 2143, 
    2132
  )

Query time 0.00048

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "21.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": 20,
          "rows_produced_per_join": 20,
          "filtered": "100.00",
          "index_condition": "(`test2_gaseus`.`pfv`.`variant_id` in (1935,1803,2421,1836,1660,1705,2413,1954,2415,2419,2420,2290,2423,2424,2131,2173,2426,1712,2143,2132))",
          "cost_info": {
            "read_cost": "12.01",
            "eval_cost": "2.00",
            "prefix_cost": "14.01",
            "data_read_per_join": "22K"
          },
          "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": 20,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "5.00",
            "eval_cost": "2.00",
            "prefix_cost": "21.01",
            "data_read_per_join": "62K"
          },
          "used_columns": [
            "variant_id",
            "variant",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

variant_id position variant
1660 0 Single stage
1705 0 200
1712 0 Double stage
1803 0 300
1836 0 Stainless steel
1935 1 up to 6.0 (ultrapure gases)
1954 2 Monel
2131 0 7
2132 0 15
2143 0 30
2173 0 35
2290 0 Chrome-plated
2413 0 1.5
2415 0 3.5
2419 0 7.0
2420 0 15.0
2421 0 30.0
2423 0 1.7
2424 0 Nickel-plated
2426 0 17.5