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, 
  cscart_product_descriptions.unit_name 
FROM 
  cscart_product_descriptions 
WHERE 
  cscart_product_descriptions.product_id IN (7969, 7974, 7975) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00049

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "2.13"
    },
    "table": {
      "table_name": "cscart_product_descriptions",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "product_id"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "product_id",
        "lang_code"
      ],
      "key_length": "9",
      "rows_examined_per_scan": 3,
      "rows_produced_per_join": 3,
      "filtered": "100.00",
      "index_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`product_id` in (7969,7974,7975)) and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "1.83",
        "eval_cost": "0.30",
        "prefix_cost": "2.13",
        "data_read_per_join": "13K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description",
        "unit_name"
      ]
    }
  }
}

Result

product_id short_description full_description unit_name
7969 <p>Orto Parisi Terroni Eau de Parfum is a bold and intense fragrance crafted for men who embrace individuality and strength. Opening with earthy and smoky notes, it develops into a heart of rich spices and aromatic accords, creating a deeply captivating scent. The base is warm and sensual, featuring notes of patchouli, incense, and woods that linger for hours. Terroni is ideal for evening wear or special occasions, offering a unique and memorable aroma that exudes confidence, character, and sophistication. This fragrance is perfect for men seeking a signature scent that truly stands out.</p>
7974 <p>Orto Parisi Megamare Eau de Parfum is a fresh, invigorating, and adventurous fragrance designed for men who love freedom and the energy of the sea. It opens with bright aquatic and citrus notes that awaken the senses, leading to a heart of aromatic herbs and delicate florals. The base features warm, woody, and musky accords, creating a lasting and captivating scent. Ideal for daytime wear or summer outings, Megamare embodies strength, confidence, and vitality. This fragrance leaves a memorable impression, perfect for men seeking a unique and dynamic scent that reflects their adventurous spirit.</p>
7975 <p>Orto Parisi Bergamask Eau de Parfum is a vibrant and sophisticated fragrance designed for women who appreciate elegance and originality. It opens with fresh and zesty bergamot notes, transitioning into a heart of delicate florals and soft spices that create a harmonious and captivating aroma. The base features warm musky and woody accords, providing depth and a long-lasting presence. Ideal for daily wear or special occasions, Bergamask embodies confidence, charm, and femininity. This fragrance leaves a memorable and luxurious trail, perfect for women seeking a distinctive scent that stands out with grace and sophistication.</p>