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 (
    19150, 10348, 62257, 10351, 62363, 41509, 
    62052, 62359, 62365, 19983, 62051, 
    62366, 62352
  )

Query time 0.00062

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "10.51"
    },
    "nested_loop": [
      {
        "table": {
          "table_name": "pfv",
          "access_type": "range",
          "possible_keys": [
            "PRIMARY",
            "variant_feature_idx",
            "idx_var_feat_pos"
          ],
          "key": "idx_var_feat_pos",
          "used_key_parts": [
            "variant_id"
          ],
          "key_length": "3",
          "rows_examined_per_scan": 13,
          "rows_produced_per_join": 13,
          "filtered": "100.00",
          "using_index": true,
          "cost_info": {
            "read_cost": "2.05",
            "eval_cost": "1.30",
            "prefix_cost": "3.35",
            "data_read_per_join": "14K"
          },
          "used_columns": [
            "variant_id",
            "position"
          ],
          "attached_condition": "(`cscart_db`.`pfv`.`variant_id` in (19150,10348,62257,10351,62363,41509,62052,62359,62365,19983,62051,62366,62352))"
        }
      },
      {
        "table": {
          "table_name": "pfvd",
          "access_type": "eq_ref",
          "possible_keys": [
            "PRIMARY"
          ],
          "key": "PRIMARY",
          "used_key_parts": [
            "variant_id",
            "lang_code"
          ],
          "key_length": "9",
          "ref": [
            "cscart_db.pfv.variant_id",
            "const"
          ],
          "rows_examined_per_scan": 1,
          "rows_produced_per_join": 13,
          "filtered": "100.00",
          "cost_info": {
            "read_cost": "5.86",
            "eval_cost": "1.30",
            "prefix_cost": "10.51",
            "data_read_per_join": "97K"
          },
          "used_columns": [
            "variant_id",
            "variant",
            "lang_code"
          ]
        }
      }
    ]
  }
}

Result

variant_id position variant
10348 0 India
10351 0 South Korea
19150 0 Single
19983 0 4.5
41509 0 18
62051 0 29N Natural
62052 0 40N Cinnamon
62257 0 60 Tablets
62352 0 27C Cool Beigem
62359 0 34C Amber
62363 0 37C Almond
62365 0 51N Fudge
62366 0 55N Espresso