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 (
    428383, 409077, 440298, 450604, 455510, 
    402558, 401092, 442722, 442428, 417957, 
    432262, 452815, 431646, 439685, 440664, 
    451688, 410924, 423745, 420062, 434608, 
    446159, 429578, 425486, 423026
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00115

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.04252208,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_product_descriptions",
          "access_type": "range",
          "possible_keys": ["PRIMARY", "product_id"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["product_id", "lang_code"],
          "loops": 1,
          "rows": 24,
          "cost": 0.04252208,
          "filtered": 100,
          "attached_condition": "cscart_product_descriptions.product_id in (428383,409077,440298,450604,455510,402558,401092,442722,442428,417957,432262,452815,431646,439685,440664,451688,410924,423745,420062,434608,446159,429578,425486,423026) and cscart_product_descriptions.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

product_id short_description full_description unit_name
401092 Mini Sofa 981 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
402558 Mini Sofa 944 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
409077 Mini Sofa 554 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
410924 Mini Watch 886 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
417957 Mini Watch 354 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
420062 Prime Backpack 178 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
423026 Prime Backpack 669 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
423745 Mini Watch 936 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
425486 Prime Backpack 531 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
428383 Mini Sneakers 985 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
429578 Prime Backpack 438 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
431646 Mini Watch 551 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
432262 Mini Watch 415 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
434608 Prime Backpack 265 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
439685 Mini Watch 609 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
440298 Mini Sofa 884 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
440664 Mini Watch 759 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
442428 Mini Watch 279 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
442722 Mini Watch 146 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
446159 Prime Backpack 360 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
450604 Mini Sofa 900 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
451688 Mini Watch 857 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
452815 Mini Watch 430 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
455510 Mini Sofa 934 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.