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 (
    402092, 403976, 408452, 428407, 451396, 
    417863, 404877, 460518, 418662, 425706, 
    403670, 447102, 447465, 418224, 454664, 
    413860, 446202, 446424, 416636, 436995, 
    424216, 416027, 453105, 414898, 420267, 
    412406, 425747, 441765, 406851, 447289, 
    403492, 409045, 411798, 455469, 403314, 
    459175, 412726, 446945, 419788, 441409, 
    421788, 429875, 408990, 457492, 402535, 
    424481, 421915, 427033
  ) 
  AND cscart_product_descriptions.lang_code = 'zh'

Query time 0.00126

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 (402092,403976,408452,428407,451396,417863,404877,460518,418662,425706,403670,447102,447465,418224,454664,413860,446202,446424,416636,436995,424216,416027,453105,414898,420267,412406,425747,441765,406851,447289,403492,409045,411798,455469,403314,459175,412726,446945,419788,441409,421788,429875,408990,457492,402535,424481,421915,427033) and cscart_product_descriptions.lang_code = 'zh'"
        }
      }
    ]
  }
}

Result

product_id short_description full_description unit_name
402092 Eco Book 731 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
402535 Eco Grinder 195 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
403314 Eco Drone 233 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
403492 Eco Chair 751 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
403670 Eco Bottle 737 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
403976 Eco Book 805 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
404877 Eco Bottle 384 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
406851 Eco Chair 654 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
408452 Eco Bottle 248 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
408990 Eco Grinder 155 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
409045 Eco Chair 798 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
411798 Eco Chair 831 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
412406 Eco Camera 997 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
412726 Eco Drone 679 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
413860 Eco Camera 165 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
414898 Eco Camera 984 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
416027 Eco Camera 574 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
416636 Eco Camera 464 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
417863 Eco Bottle 263 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
418224 Eco Bottle 991 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
418662 Eco Bottle 635 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
419788 Eco Drone 756 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
420267 Eco Camera 991 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
421788 Eco Drone 886 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
421915 Eco Grinder 342 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
424216 Eco Camera 571 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
424481 Eco Grinder 220 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
425706 Eco Bottle 683 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
425747 Eco Chair 427 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
427033 Eco Grinder 416 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
428407 Eco Bottle 248 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
429875 Eco Drone 901 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
436995 Eco Camera 548 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
441409 Eco Drone 859 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
441765 Eco Chair 509 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
446202 Eco Camera 358 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
446424 Eco Camera 446 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
446945 Eco Drone 720 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
447102 Eco Bottle 741 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
447289 Eco Chair 698 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
447465 Eco Bottle 914 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
451396 Eco Bottle 251 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
453105 Eco Camera 599 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
454664 Eco Camera 132 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
455469 Eco Drone 153 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
457492 Eco Grinder 183 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
459175 Eco Drone 607 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
460518 Eco Bottle 435 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.