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 (9537, 9539) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00123

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.42"
    },
    "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": 2,
      "rows_produced_per_join": 2,
      "filtered": "100.00",
      "index_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`product_id` in (9537,9539)) and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "1.23",
        "eval_cost": "0.20",
        "prefix_cost": "1.43",
        "data_read_per_join": "9K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description",
        "unit_name"
      ]
    }
  }
}

Result

product_id short_description full_description unit_name
9537 <p><strong>HairB Basic Fold Mirror</strong> offers a clean, practical design that folds smoothly for easy carrying, making it perfect for both home use and on-the-go touch-ups; its clear, distortion-free reflection helps you style, groom, or apply makeup with confidence, while the sturdy, lightweight construction ensures durability without adding bulk, giving you a simple, reliable mirror that fits effortlessly into bags, drawers, or travel kits.</p>
9539 <p><strong>HairB BASIC Fiagro Style</strong> brings a clean, structured grooming look designed to shape, define, and maintain the classic fiagro style with ease; its lightweight, easy-to-handle form helps guide precise trimming and styling, offering control and symmetry while keeping edges neat and polished, making it a practical tool for achieving a sharp, well-defined appearance whether you’re perfecting daily grooming or refining details for a more polished finish.</p>