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 (
    87236, 87239, 87237, 87241, 87240, 87238, 
    87242, 87243, 87244, 87245, 87246, 
    87663, 87664
  )

Query time 0.00330

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "pfv",
          "access_type": "range",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["variant_id"],
          "rows": 13,
          "filtered": 100,
          "index_condition": "pfv.variant_id in (87236,87239,87237,87241,87240,87238,87242,87243,87244,87245,87246,87663,87664)"
        }
      },
      {
        "table": {
          "table_name": "pfvd",
          "access_type": "eq_ref",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["variant_id", "lang_code"],
          "ref": ["dev_db.pfv.variant_id", "const"],
          "rows": 1,
          "filtered": 100,
          "index_condition": "pfvd.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

variant_id position variant
87236 1 Ocean blue
87237 2 Chestnut brown
87238 3 Snow pink
87239 6 Golden brocade
87240 5 Snowy brown
87241 4 Snow gray
87242 0 Gấm vàng
87243 0 Xanh hoả biến
87244 0 Hồng tuyết trà
87245 0 Ngọc trai
87246 0 Rêu hoả biến
87663 0 S1: 21cm x 11cm
87664 0 S2: 18cm x 10cm