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 (
    1324, 1705, 1975, 2082, 2092, 2083, 2084, 
    2085, 2086, 2087, 2088, 2089, 2093, 
    2197
  )

Query time 0.00054

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "14.71"
    },
    "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": 14,
          "rows_produced_per_join": 14,
          "filtered": "100.00",
          "index_condition": "(`gaseus`.`pfv`.`variant_id` in (1324,1705,1975,2082,2092,2083,2084,2085,2086,2087,2088,2089,2093,2197))",
          "cost_info": {
            "read_cost": "8.41",
            "eval_cost": "1.40",
            "prefix_cost": "9.81",
            "data_read_per_join": "15K"
          },
          "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": 14,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "3.50",
            "eval_cost": "1.40",
            "prefix_cost": "14.71",
            "data_read_per_join": "43K"
          },
          "used_columns": [
            "variant_id",
            "variant",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

variant_id position variant
1324 0 up to 4.5
1705 0 200
1975 0 G 1/4 RH x 6 mm (hose grommet)
2082 0 Hose nozzle G3/8" RHk x 9 mm
2083 0 External thread G3/8" RHk according to EN 560
2084 0 External thread G1/2" RHk according to EN 560
2085 0 Compression fitting front 6 mm
2086 0 Compression fitting front 8 mm
2087 0 Compression fitting front 10 mm
2088 0 Compression fitting front 12 mm
2089 0 Compression fitting front 1/8"
2092 0 External thread G1/4" RHk according to EN 560
2093 0 Compression ring fitting front 1/4"
2197 0 up to 5.0