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 (9455, 7797, 9456) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00056

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 (9455,7797,9456)) 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
7797 <p><strong>Diesel Loverdose Eau de Parfum</strong> is a bold and seductive scent crafted for women. First released in 2011, its opening sparkles with mandarin and star anise, giving the fragrance an unexpected twist of spicy brilliance. At the heart, licorice, jasmine and gardenia intertwine to form a sensual floral-gourmand core. The rich base of warm vanilla, amber and woody notes completes the composition, creating an intense, magnetic trail that stands out.</p>
9455 <p>Launched in 2009, Only The Brave is an amber-woody men's fragrance known for its bold and invigorating character. It opens with bright citrus notes of Amalfi lemon and mandarin orange, followed by a heart of violet leaves, Virginia cedar, and coriander. The base blends amber, leather accord, benzoin, French labdanum, and styrax, creating a warm, resinous trail that exudes masculine energy.Created by perfumers AliƩnor Massenet, Olivier Polge, and Pierre Wargnye, this scent is youthful, confident, and ideal for daily wear.</p>
9456 <p>Launched in 2016, Only The Brave Extreme by Diesel is a compelling oriental-woody fragrance that amplifies the intensity of the original Only The Brave. It opens with vibrant, citrusy top notes of Lemon Primofiore, Mandarin, and Apple. The heart reveals a bold blend of Leather, Rose accord, and green Violet leaves, adding depth and character. The base is rich and resinous, featuring Tonka Bean, Patchouli, Styrax, and Labdanum, providing a warm, sensual trail with long-lasting longevity. Perfect for confident men seeking a more intense and daring fragrance.</p>