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 = 'vi' 
WHERE 
  pfv.variant_id IN (
    85990, 85991, 85992, 85993, 85994, 85995, 
    85996, 85997, 85998, 85999, 86000, 
    86001, 86002, 86003, 86004, 86005, 
    86006, 86007, 86008, 86009
  )

Query time 0.00493

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": 20,
          "filtered": 100,
          "index_condition": "pfv.variant_id in (85990,85991,85992,85993,85994,85995,85996,85997,85998,85999,86000,86001,86002,86003,86004,86005,86006,86007,86008,86009)"
        }
      },
      {
        "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 = 'vi'"
        }
      }
    ]
  }
}

Result

variant_id position variant
85990 1 Lemongrass
85991 2 Cinnamon
85992 3 Orange Cinnamon
85993 4 Wood
85994 5 Happy Birthday
85995 6 Sweet Day
85996 7 Ylang Ylang
85997 8 Sweet Dream
85998 9 Flowery
85999 10 Summer Tea
86000 11 Ocean Breeze
86001 11 Rain Spa
86002 12 Lavender
86003 13 Crystal Snow
86004 14 Tobacco At Night
86005 15 Santal Valley
86006 16 After Rain
86007 17 Date Night
86008 18 Ador Coco
86009 19 Sexy Night