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 (
    6264, 6267, 6268, 6265, 6266, 6316, 6315, 
    6431, 6429, 6430, 6427, 6426, 6425, 
    6428, 6424, 7164, 6975, 6977, 6978, 
    6976, 7165
  )

Query time 0.00070

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "pfvd",
      "access_type": "range",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "9",
      "used_key_parts": ["variant_id", "lang_code"],
      "rows": 21,
      "filtered": 76.19,
      "index_condition": "pfvd.variant_id in (6264,6267,6268,6265,6266,6316,6315,6431,6429,6430,6427,6426,6425,6428,6424,7164,6975,6977,6978,6976,7165) and pfvd.lang_code = 'en'"
    },
    "table": {
      "table_name": "pfv",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "3",
      "used_key_parts": ["variant_id"],
      "ref": ["herbaria_cscart_4_18.pfvd.variant_id"],
      "rows": 1,
      "filtered": 100
    }
  }
}

Result

variant_id position variant
6264 1 7 Mints
6265 2 Bay Rum
6266 3 Lavender
6267 1 2oz
6268 2 4oz
6315 0 without oatmeal
6316 0 with oatmeal
6424 0 Biotherapy Skincare
6425 0 Citrus Oatmeal
6426 0 Eucalyptus Mint
6427 0 French Lavender
6428 0 Lavender Oatmeal
6429 0 2.5oz Burano ($3.49)
6430 0 16oz Burano ($15.95)
6431 0 5 lb Burano ($74.95)
6975 0 Cedar Cypress
6976 0 Oakmoss
6977 0 Shiraz Soap
6978 0 Soapstone
7164 0 Please Select One
7165 0 Please Select One