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 (
    3592, 3874, 3365, 3879, 3753, 2952, 3108, 
    3103, 3945, 5895
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00086

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "7.09"
    },
    "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": 10,
      "rows_produced_per_join": 10,
      "filtered": "100.00",
      "index_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`product_id` in (3592,3874,3365,3879,3753,2952,3108,3103,3945,5895)) and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "6.09",
        "eval_cost": "1.00",
        "prefix_cost": "7.09",
        "data_read_per_join": "45K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description",
        "unit_name"
      ]
    }
  }
}

Result

product_id short_description full_description unit_name
2952 <p>The <strong>Anker MagSafe Car Charger 15W Qi2 with 360° Phone Holder</strong> offers fast, Qi2 certified <strong>15W wireless charging</strong> for iPhones with strong magnetic alignment for a secure hold. It features a <strong>360° flexible mounting arm</strong> for easy angle adjustment, ideal for navigation or calls while driving. The charger includes a <strong>built in USB-C cable</strong> and a <strong>25W car adapter</strong>, ensuring reliable power without extra accessories. Designed for easy mounting on vents or dashboards, it combines sleek design with stable, high speed charging on the go.</p> <p><b class="text-token-text-secondary hover:bg-token-bg-secondary rounded-lg"></b></p>
3103 <p>The Anker Magnetic Wireless Charger (MagGo), 613 Car Charging Mount with 2-Port USB offers <strong>7.5W MagSafe style wireless charging</strong> for iPhones 12 and newer, with powerful built in magnets for a secure, snap on hold. It features an <strong>adjustable 134° viewing angle</strong>, a soft <strong>LED glow</strong> for nighttime alignment, and comes with a <strong>2 port USB car charger</strong> (USB-A and USB-C) plus a 5 ft cable. Designed for dashboard mounting, it ensures stable charging even on rough roads, making it a sleek and practical in car charging solution.</p>
3108 <p>The Anker Stand with QC 3.0 Charger 10W (White) is a compact wireless charger that delivers fast 10W charging for Qi enabled devices. Its stand design supports both portrait and landscape viewing, perfect for video calls or media. Qi certified for safe charging, it includes protections against overheating, surges, and short circuits. It also works with most phone cases up to 5mm thick, combining convenience and safety in a sleek white finish.</p>
3365 <p>The Belkin Quick Charge Car Charger provides up to 18W fast charging via its USB-A port. It comes with a 1.2m USB-A to USB-C cable for quick and efficient power delivery. Designed in black, it's compact and ideal for charging USB-C devices while driving.</p>
3592 <p>Belkin 3-Port USB-C Wall Charger with PPS 67w + USB-C to USB-C Cable delivers up to 67W of total power, ideal for charging laptops, tablets, and smartphones simultaneously. It features two USB-C ports and one USB-A port with intelligent power distribution and fast charging support. Includes a USB-C to USB-C cable for added conveniences.</p>
3753 <p>Belkin BOOSTCHARGE PRO 3-in-1 Wireless Charger with MagSafe 15W Black is a versatile charging station designed to charge your iPhone, Apple Watch, and AirPods simultaneously. It features MagSafe technology for magnetic alignment and fast wireless charging up to 15W. The charger includes an adjustable tilt stand for convenient viewing while charging.</p>
3874 <p>Belkin PD 25W USB-C CHGR 1M PVC C-LTG CABLE WHT is a fast charging wall charger designed for iPhone and other Lightning enabled devices. It includes a 1 meter USB-C to Lightning cable for immediate use. Compact and efficient, it supports USB Power Delivery for optimal charging speed.</p>
3879 <p>Belkin Fast Wireless Charging Stand 10W+ Speaker Black combines fast wireless charging with built in speaker functionality for a seamless experience. It delivers up to 10W of wireless power while playing clear audio from its integrated speaker. Designed with convenience in mind, it offers a sleek and compact design ideal for any desk or bedside.</p>
3945 <p>The Baykron Premium 3-in-1 Magnetic Wireless Charger in White is the perfect solution for powering all your essential Apple devices at once. Featuring MagSafe compatibility, it delivers up to 15W of fast, stable wireless charging for your iPhone, Apple Watch, and AirPods simultaneously. The built-in strong magnets ensure precise alignment every time, while the minimalist white finish adds a clean, elegant touch to your desk or nightstand. With the included 2m USB-C cable and EU adapter, you have everything you need for convenient charging whether at home, work, or on the go. Designed for efficiency, safety, and style, this charger keeps your devices ready when you are.</p>
5895 <p>The Apple 60W MagSafe Power Adapter – 3 Pin provides fast and reliable charging for your MacBook and other compatible devices. Its compact design makes it easy to carry and ideal for home, office, or travel use. The built in 3 pin plug ensures a secure connection and consistent power delivery every time. Made with Apple certified materials, it offers durable performance and safe, efficient charging for all your essential devices.</p>