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 
FROM 
  cscart_product_descriptions 
WHERE 
  cscart_product_descriptions.product_id IN (
    90122, 89201, 91283, 83144, 84123, 91928, 
    90116, 89195, 84117, 83138, 90123, 
    92840, 92843, 94076, 94079, 94687, 
    94688, 94691, 94711, 94712, 94715, 
    96711, 96713, 96722
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00071

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "10.82"
    },
    "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": 24,
      "rows_produced_per_join": 24,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "8.42",
        "eval_cost": "2.40",
        "prefix_cost": "10.82",
        "data_read_per_join": "91K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`nuie_scalesta_net`.`cscart_product_descriptions`.`product_id` in (90122,89201,91283,83144,84123,91928,90116,89195,84117,83138,90123,92840,92843,94076,94079,94687,94688,94691,94711,94712,94715,96711,96713,96722)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
83138 nuie Arvan Manual Shower Valve With Diverter - Chrome
83144 nuie Arvan Twin Thermostatic Valve With Diverter - Chrome
84117 nuie Binsey Manual Shower Valve With Diverter - Chrome
84123 nuie Binsey Twin Thermostatic Valve With Diverter - Chrome
89195 nuie Sanford Manual Shower Valve With Diverter - Chrome
89201 nuie Sanford Twin Thermostatic Valve With Diverter - Chrome
90116 nuie Windon Manual Shower Valve With Diverter - Chrome
90122 nuie Windon Twin Thermostatic Valve With Diverter - Chrome
90123 nuie Windon Concealed Diverter 2/3/4 Way - Chrome
91283 nuie Aztec Twin Thermostatic Concealed Shower Valve with Diverter - 2 Outlet - Chrome
91928 BC Designs Victrion Two Outlet Triple Thermostatic Concealed Valve - Chrome
92840
92843
94076
94079
94687
94688
94691
94711
94712
94715
96711
96713
96722