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 (4459, 6116, 8799, 10080, 10083) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00064

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "3.55"
    },
    "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": 5,
      "rows_produced_per_join": 5,
      "filtered": "100.00",
      "index_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`product_id` in (4459,6116,8799,10080,10083)) and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "3.05",
        "eval_cost": "0.50",
        "prefix_cost": "3.55",
        "data_read_per_join": "22K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description",
        "unit_name"
      ]
    }
  }
}

Result

product_id short_description full_description unit_name
4459 <p>The <strong>Logitech G Pro X 60 LIGHTSPEED Wireless Gaming Keyboard – White</strong> is a compact, high performance keyboard designed for competitive gaming. It features ultra low latency LIGHTSPEED wireless connectivity or a wired USB option, hot swappable mechanical switches for personalized feel, and customizable RGB lighting. With a rechargeable USB‑C battery offering up to 35 hours of gameplay, its sleek white design combines style, speed, and precision for professional level performance.</p>
6116 <p>The Apple Smart Keyboard Folio for 12.9-inch iPad Pro (5th gen.) - Arabic offers a comfortable typing experience with full size keys in a slim, lightweight design. It attaches magnetically to the iPad Pro, providing front and back protection while remaining easy to carry. No charging or pairing is required, making it instantly ready for use. With adjustable viewing angles, it’s perfect for typing, browsing, or watching content anywhere.</p>
8799 <p>The Hama Urage Exodus 700 is a fast-response, semi-mechanical gaming keyboard built for intense gameplay. It features durable semi-mechanical keys with a 10-million keystroke lifespan. Customize your experience with 4 macro keys, 3 profiles, and onboard memory to save your settings. The RGB backlighting supports a “noise-reaction” mode and can be turned on or off, plus a night-vision mode ensures visibility in the dark. With anti-ghosting for up to 24 keys, Win-lock, and 12 multimedia FN keys, it’s well suited for gamers. Connect via USB-A and enjoy a 1.8 m cable with a robust braided design. </p>
10080 <p>The Apple Smart Keyboard for iPad Pro 10.5-inch, iPad Air (3rd Generation), and iPad (7th, 8th, and 9th Generation) is designed to deliver a smooth, comfortable, and efficient typing experience while also functioning as a protective case. Featuring an Arabic keyboard layout, it is ideal for users who prefer typing in Arabic with accuracy and ease. The keyboard connects seamlessly to the iPad without the need for Bluetooth pairing or charging, drawing power directly from the device for reliable performance. Its slim and lightweight design makes it easy to carry, while the durable outer material protects the iPad from scratches and daily wear. The responsive keys are optimized for comfortable typing, making it suitable for emails, documents, studying, and professional tasks. This Smart Keyboard folds neatly to protect both the front and back of the iPad, combining functionality, portability, and Apple’s signature build quality in one elegant accessory.</p>
10083 <p>The Apple Magic Keyboard for iPad Pro 11-inch (2nd Generation) is a premium accessory designed to transform your iPad into a powerful and versatile productivity tool. Engineered with Apple’s signature precision, this keyboard delivers a smooth and comfortable typing experience thanks to its responsive, well-spaced keys and stable scissor mechanism. The integrated trackpad adds a new level of control, allowing precise navigation, editing, and multitasking with full iPadOS gesture support. Its floating cantilever design enables easy angle adjustment for optimal viewing comfort, whether you are working, studying, or browsing. The Magic Keyboard also functions as a protective case, shielding the front and back of the iPad from scratches and everyday wear. With seamless connection through the Smart Connector, there is no need for charging or Bluetooth pairing. This keyboard is ideal for professionals, students, and creatives seeking performance, elegance, and reliability in one refined accessory.</p>