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 (
    79919, 79918, 79917, 79922, 79921, 79920, 
    79924, 79923, 79927, 79926, 79925
  )

Query time 0.00232

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": 11,
          "filtered": 100,
          "index_condition": "pfv.variant_id in (79919,79918,79917,79922,79921,79920,79924,79923,79927,79926,79925)"
        }
      },
      {
        "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
79917 1 Tím
79918 2 Hồng
79919 3 Xanh bông cải
79920 1 Hoa hướng dương
79921 2 Hoa dâu tây
79922 3 Hoa lưu ly
79923 1 Trắng
79924 2 Đen
79925 1 Vàng - be
79926 2 Xanh lá - cam
79927 3 Hồng - vàng