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 (4890, 4596, 4586) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00057

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 (4890,4596,4586)) 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
4586 <p></p> <p>The <strong>ADATA Premier Extreme SD Express Card SDXC PCIe Gen3 UHS-I U3 SD7.0 - 512GB</strong> is a high-speed memory card designed for professional photography, videography, and 4K content. With PCIe Gen3 x1 and NVMe 1.3 support, it delivers ultra-fast read and write speeds, making it ideal for handling large files, high-resolution video recording, and rapid data transfers.</p>
4596 <p></p> <p>The <strong>ADATA ASDX256GUII3CL10-C Premier ONE SDXC UHS-II U3 Class10 V90 3D NAND SD Card – 256GB</strong> is a professional-grade memory card designed for high-resolution photography and ultra-high-definition video recording, including 4K content. With UHS-II interface and V90 speed class, it delivers ultra-fast read/write speeds of up to 290MB/s, ensuring smooth data transfers, minimal buffering, and reliable performance for cameras, drones, and other media devices.</p>
4890 <p>The SanDisk Ultra Lite SD Card provides a reliable storage solution for mobile devices. It offers quick transfer speeds, allowing you to move photos and Full HD video from the card with ease. With its Class 10 speed rating and A1 performance class, the card is also suitable for launching and running mobile applications. The card’s design is a feature, as it is shockproof, temperature-proof, waterproof, and X-ray proof. Its durable construction makes it a dependable choice for capturing and storing memories.</p>