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 (
    82492, 82501, 82502, 82503, 82504, 82505, 
    82506, 82507, 82508, 82493, 82494, 
    82495, 82496, 82497, 82498, 82499, 
    82500
  )

Query time 0.00108

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": 17,
          "filtered": 100,
          "index_condition": "pfv.variant_id in (82492,82501,82502,82503,82504,82505,82506,82507,82508,82493,82494,82495,82496,82497,82498,82499,82500)"
        }
      },
      {
        "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
82492 1 Lemongrass
82493 2 Santal Valley
82494 3 Orange Cinnamon
82495 4 Flowery
82496 5 Wood
82497 6 Lavender
82498 7 Crystal Snow
82499 8 Cinnamon
82500 9 Happy Birthday
82501 10 Sweet Day
82502 11 Ylang Ylang
82503 12 Ocean Breeze
82504 13 Charming Amber
82505 14 Sweet Dream
82506 15 Summer Tea
82507 16 Rain Spa
82508 17 Tobacco at night