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 (3426, 3316, 3314) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00071

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 (3426,3316,3314)) 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
3314 <p>Step into the next generation of virtual reality with the Meta Quest 3 512GB, Meta’s most powerful and immersive all-in-one VR headset yet. Designed for gamers, creators, and explorers, the Quest 3 offers a premium experience with double the graphic processing power of its predecessor (Meta Quest 2), sharper visuals, and enhanced mixed reality capabilities.</p> <p>The 512GB storage capacity ensures you have ample space for large VR games, apps, and immersive experiences. Featuring pancake lenses and 4K+ Infinite Display resolution, the Quest 3 delivers stunning clarity with more natural depth perception. The redesigned Touch Plus controllers provide precise tracking and a more ergonomic feel.</p> <p>Mixed reality takes a big leap with full-color passthrough, letting you blend real and virtual worlds for productivity or play. Whether you're exploring virtual landscapes, working out with fitness apps, or attending virtual meetings, the Meta Quest 3 transforms how you interact with digital content.</p> <p>No PC or console is required. Just power on and dive into the world of VR—anytime, anywhere.</p>
3316 <p>Take your racing simulation to the next level with the Logitech Driving Force Shifter – the perfect companion for the Logitech G29 and G920 racing wheels. Built for precision and realism, this 6-speed "H-pattern" gear shifter features a solid steel and leather construction, delivering a responsive and immersive driving experience. Whether you're speeding around corners or managing downshifts on sharp turns, the Driving Force Shifter ensures smooth and reliable performance every time. Compatible with supported PlayStation and Xbox consoles, as well as PC.</p>
3426 <p>Meta Quest 3 (128GB) is the next-generation all-in-one VR headset that blends cutting-edge performance with a slimmer, more comfortable design. Powered by the new Snapdragon XR2 Gen 2 chip, it delivers twice the graphic performance of its predecessor. Enjoy full-color passthrough mixed reality, immersive 3D environments, and a vast library of games, fitness apps, entertainment, and more — all without needing a PC or wires.</p>