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 (
    431380, 432643, 430955, 425786, 433168, 
    420963, 435716, 436514, 419288, 424427, 
    460521, 414020, 414696, 431630, 420330, 
    439312, 427057, 405641, 426607, 407640, 
    409611, 428383, 409077, 440298, 450604, 
    455510, 402558, 401092, 442722, 442428, 
    417957, 432262, 452815, 431646, 439685, 
    440664, 451688, 410924, 423745, 420062, 
    434608, 446159, 429578, 425486, 423026, 
    435351, 456510, 404001
  ) 
  AND cscart_product_descriptions.lang_code = 'ar'

Query time 0.00138

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.08425304,
    "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": 48,
          "cost": 0.08425304,
          "filtered": 100,
          "attached_condition": "cscart_product_descriptions.product_id in (431380,432643,430955,425786,433168,420963,435716,436514,419288,424427,460521,414020,414696,431630,420330,439312,427057,405641,426607,407640,409611,428383,409077,440298,450604,455510,402558,401092,442722,442428,417957,432262,452815,431646,439685,440664,451688,410924,423745,420062,434608,446159,429578,425486,423026,435351,456510,404001) and cscart_product_descriptions.lang_code = 'ar'"
        }
      }
    ]
  }
}

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.
404001 Prime Book 145 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
405641 Mini Sneakers 386 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
407640 Mini Sneakers 652 — 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.
409611 Mini Sneakers 973 — 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.
414020 Mini Shirt 112 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
414696 Mini Shirt 274 — 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.
419288 Mini Router 124 — 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.
420330 Mini Shirt 740 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
420963 Mini Phone 770 — 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.
424427 Mini Router 272 — 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.
425786 Mini Phone 620 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
426607 Mini Sneakers 526 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
427057 Mini Sneakers 144 — 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.
430955 Mini Phone 342 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
431380 Mini Mixer 776 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
431630 Mini Shirt 462 — 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.
432643 Mini Phone 104 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
433168 Mini Phone 758 — 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.
435351 Prime Backpack 673 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
435716 Mini Phone 965 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
436514 Mini Router 119 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
439312 Mini Shirt 763 — 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.
456510 Prime Backpack 685 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
460521 Mini Router 523 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.