SELECT 
  cscart_product_descriptions.product_id, 
  cscart_product_descriptions.short_description, 
  IF(
    cscart_product_descriptions.short_description = '' 
    OR cscart_product_descriptions.short_description IS NULL, 
    cscart_product_descriptions.full_description, 
    ''
  ) AS full_description 
FROM 
  cscart_product_descriptions 
WHERE 
  cscart_product_descriptions.product_id IN (3850) 
  AND cscart_product_descriptions.lang_code = 'vi'

Query time 0.00055

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_product_descriptions",
          "access_type": "const",
          "possible_keys": ["PRIMARY", "product_id"],
          "key": "PRIMARY",
          "key_length": "11",
          "used_key_parts": ["product_id", "lang_code"],
          "ref": ["const", "const"],
          "rows": 1,
          "filtered": 100
        }
      }
    ]
  }
}

Result

product_id short_description full_description
3850 <p>Tinh Dầu Oải Hương 40/42 từ Tinh Dầu Thiên Nhiên có hương thơm ngọt nồng nàn và rất dễ chịu. Chỉ với vài giọt tinh dầu cho vào đèn xông hoặc máy khuếch tán, bạn đã có ngay một không gian bình yên và nhẹ nhàng.</p> <p>Hay bạn có thể cho tinh dầu vào bồn tắm để thư giãn như ở spa. Tinh Dầu Oải Hương 40/42 từ Tinh Dầu Thiên Nhiên có rất nhiều công dụng và lợi ích, đặc biệt là làm tâm trạng thoải mái, làm dịu tinh thần chắc chắn sẽ làm bạn hài lòng.</p>