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 (
    3368, 3414, 3379, 3407, 3415, 3409, 3411
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00070

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "4.96"
    },
    "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": 7,
      "rows_produced_per_join": 7,
      "filtered": "100.00",
      "index_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`product_id` in (3368,3414,3379,3407,3415,3409,3411)) and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "4.27",
        "eval_cost": "0.70",
        "prefix_cost": "4.97",
        "data_read_per_join": "31K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description",
        "unit_name"
      ]
    }
  }
}

Result

product_id short_description full_description unit_name
3368 <p>The <strong>Dviced Universal Travel Adapter 65W GaN – Black (DV240001)</strong> is a lightweight, compact charger designed for international use. It features a grounded AC outlet supporting up to 2500 W, one USB-C port with 65 W Power Delivery, two USB-C ports sharing 15 W, and two USB-A ports with 12 W output. Compatible with UK, EU, US, and AU plugs, it’s ideal for fast, safe charging on the go.</p>
3379 <p>The <strong>Dviced Universal Travel Adapter 28W – White (Model DV240002)</strong> is a compact and travel-ready charger featuring plugs for UK, EU, US, and Australian outlets. It supports fast charging of up to <strong>28 W</strong> through multiple USB ports—two USB‑A ports (≈12 W each) and three USB‑C ports (shared up to ≈15 W). Powered by GaN technology, this sleek, lightweight adapter (≈147 g, 69×53×53 mm) delivers reliable multi device charging with built in safety features like over voltage and short circuit protection.</p>
3407 <p>The <strong>Dviced Wall Charger 30W GaN USB-C EU – White</strong> is a compact, fast charger using advanced GaN technology for efficient 30W power delivery. It includes a 1.25m USB-C cable and offers multiple protections like overcurrent and overheating. Its sleek design suits home, office, or travel use.</p>
3409 <p>The <strong>Dviced Wall Charger 30W GaN (1 USB-A, 1 USB-C) EU – Black</strong> is a compact fast charger with GaN technology. It offers two ports for simultaneous charging and fits European outlets.<b class="text-token-text-secondary hover:bg-token-bg-secondary rounded-lg"></b></p>
3411 <p>The <strong>Dviced 35W GaN Wall Charger (1 USB-A, 1 USB-C) UK – Black</strong> delivers fast charging with two ports and includes a 1.25m USB-C cable. Compact and efficient, it’s ideal for charging multiple devices at home or on the go.</p>
3414 <p>The <strong>Dviced 65W GaN Wall Charger (UK – Black)</strong> features two USB-C ports and one USB-A port for fast, simultaneous charging of phones, tablets, and laptops. It uses GaN technology for efficient power delivery, includes a 1.25 m USB-C cable, and supports major fast-charging protocols.</p>
3415 <p>The <strong>Dviced 140W GaN Wall Charger (UK – Black)</strong> features two USB-C ports and one USB-A port, delivering powerful, fast charging for laptops, tablets, and phones. With GaN technology, it stays compact and efficient. It includes a 1.25m USB-C cable and supports major fast charging protocols.<b class="text-token-text-secondary hover:bg-token-bg-secondary rounded-lg"></b></p>