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 (
    460402, 438135, 448865, 414574, 434263, 
    439645, 435106, 442622, 452529, 426624, 
    452048, 424261, 436348, 442119, 447602, 
    440833, 448732, 404249, 424146, 417229, 
    424226, 412627, 460205, 436067
  ) 
  AND cscart_product_descriptions.lang_code = 'ja'

Query time 0.00219

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 (460402,438135,448865,414574,434263,439645,435106,442622,452529,426624,452048,424261,436348,442119,447602,440833,448732,404249,424146,417229,424226,412627,460205,436067) and cscart_product_descriptions.lang_code = 'ja'"
        }
      }
    ]
  }
}

Result

product_id short_description full_description unit_name
404249 Max Sofa 322 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
412627 Max Watch 224 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
414574 Max Phone 646 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
417229 Max Sofa 668 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
424146 Max Sofa 339 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
424226 Max Sofa 713 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
424261 Max Shirt 742 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
426624 Max Router 938 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
434263 Max Phone 905 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
435106 Max Router 532 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
436067 Max Watch 622 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
436348 Max Sneakers 378 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
438135 Max Phone 452 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
439645 Max Router 171 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
440833 Max Sofa 214 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
442119 Max Sneakers 504 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
442622 Max Router 727 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
447602 Max Sneakers 678 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
448732 Max Sofa 294 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
448865 Max Phone 502 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
452048 Max Shirt 177 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
452529 Max Router 848 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
460205 Max Watch 462 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
460402 Max Mixer 990 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.