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 (
    6475, 6476, 6477, 6478, 6479, 6480, 6481, 
    7168
  )

Query time 0.00047

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": 8,
      "filtered": 75,
      "index_condition": "pfvd.variant_id in (6475,6476,6477,6478,6479,6480,6481,7168) 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
6475 0 Biotherapy Black Luffa
6476 0 Camper's Choice Luffa
6477 0 Chai Spice Luffa
6478 0 French Lavender Luffa
6479 0 Lemon May Chang Luffa
6480 0 Soapy's Choice Luffa
6481 0 Triple Mint Luffa
7168 0 Please select one