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 (
    2395, 2399, 2393, 2400, 10299, 10026
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00084

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "4.26"
    },
    "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": 6,
      "rows_produced_per_join": 6,
      "filtered": "100.00",
      "index_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`product_id` in (2395,2399,2393,2400,10299,10026)) and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "3.66",
        "eval_cost": "0.60",
        "prefix_cost": "4.26",
        "data_read_per_join": "27K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description",
        "unit_name"
      ]
    }
  }
}

Result

product_id short_description full_description unit_name
2393 <p>The Xiaomi Wireless Mouse Lite 2 is a lightweight and responsive optical mouse featuring a 1000 DPI sensor and TTC microswitches for fast, tactile feedback. Its ergonomic slim-body design with curved contours offers comfort for various grip styles, while sleek PC+ABS construction adds durability. The mouse connects via a concealed Nano USB receiver using a reliable 2.4 GHz wireless link, and PTFE feet allow smooth gliding—ideal for everyday computing tasks. </p>
2395 <p>The Xiaomi Wireless Mouse 3 (XMWXSB03YM) is a stylish, multi‑device peripheral combining 2.4 GHz wireless and Bluetooth connectivity (up to 3 devices). It features a 1200 DPI PixArt sensor for precise tracking, TTC silent buttons, ergonomic design, PTFE feet, and dual side-buttons for easy navigation. Available in Off‑White, Dark‑Grey, Pink, and Blue, it’s ideal for quiet offices, productive workflows, and seamless device switching. </p>
2399 <p>The Xiaomi Gaming Mouse Lite is a lightweight (≈72 g), ergonomic wired gaming mouse featuring a PixArt 3327 optical sensor that supports five DPI presets (400–6200 DPI). It includes TTC Gold microswitches rated for 80 million clicks, a tactile e-sports scroll wheel, and full RGB lighting. Sporting a durable braided cable, PTFE mouse feet, and high responsiveness (1 ms, 1000 Hz polling), it offers exceptional value and performance for gamers. </p> <p></p>
2400 <p>The Xiaomi Mi Dual Mode Wireless Mouse Silent Edition is designed for quiet, flexible multitasking. It supports dual connectivity — 2.4 GHz wireless with a USB receiver and Bluetooth 4.2 — allowing you to switch between two paired devices easily. Its silent microswitches reduce click noise without sacrificing tactile feedback. The 1300 DPI precision sensor offers smooth tracking, while the ergonomic design and lightweight build provide comfortable daily use. (mi.com)</p>
10026 <p><strong>Xiaomi Wireless Mouse Comfort Edition</strong> is an ergonomic and responsive wireless mouse designed to deliver smooth, accurate control for everyday computing tasks. Featuring a comfortable shape that supports natural hand positioning, it reduces fatigue during extended use while offering reliable wireless connectivity for clutter-free operation. With precise tracking, long battery life, and a sleek minimalist design that complements modern workspaces, this mouse provides a balanced blend of comfort, performance, and convenience for both work and leisure.</p>
10299 <p><strong>Xiaomi Dual-mode Wireless Mouse 2 (Black)</strong> is a sleek and versatile wireless mouse designed for seamless navigation and enhanced productivity, offering dual-mode connectivity via Bluetooth and 2.4 GHz wireless USB for flexible use with laptops, desktops, and tablets. Ergonomically shaped with a smooth matte black finish, it provides comfortable handling for extended work sessions, while precise optical tracking ensures responsive and accurate cursor movements across various surfaces. Featuring a long-lasting battery life and easy plug-and-play setup, this mouse delivers reliable performance with minimal latency, making it an ideal accessory for everyday computing, remote work, and on-the-go productivity.</p>