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 (
    90093, 90103, 90112, 83115, 83125, 83134, 
    90120, 89199, 83142, 91282, 84121, 
    89202, 83145, 84124, 92841, 94077, 
    94689, 94713, 96714, 96755, 96770, 
    97014, 97019, 97035, 97042, 97048, 
    97054, 97813, 97837, 97991
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00081

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "13.52"
    },
    "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": 30,
      "rows_produced_per_join": 30,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "10.52",
        "eval_cost": "3.00",
        "prefix_cost": "13.52",
        "data_read_per_join": "114K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`nuie_scalesta_net`.`cscart_product_descriptions`.`product_id` in (90093,90103,90112,83115,83125,83134,90120,89199,83142,91282,84121,89202,83145,84124,92841,94077,94689,94713,96714,96755,96770,97014,97019,97035,97042,97048,97054,97813,97837,97991)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
83115 nuie Arvan Triple Thermostatic Valve With Diverter - Matt Black
83125 nuie Arvan Triple Thermostatic Valve With Diverter - Gunmetal
83134 nuie Arvan Triple Thermostatic Valve With Diverter - Brushed Brass
83142 nuie Arvan Triple Thermostatic Valve With Diverter - Chrome
83145 nuie Arvan Concealed Diverter 2/3/4 Way - Chrome
84121 nuie Binsey Triple Thermostatic Valve With Diverter - Chrome
84124 nuie Binsey Concealed Diverter 2/3/4 Way - Chrome
89199 nuie Sanford Triple Thermostatic Valve With Diverter - Chrome
89202 nuie Sanford Concealed Diverter 2/3/4 Way - Chrome
90093 nuie Windon Triple Thermostatic Valve With Diverter - Matt Black
90103 nuie Windon Triple Thermostatic Valve With Diverter - Gunmetal
90112 nuie Windon Triple Thermostatic Valve With Diverter - Brushed Brass
90120 nuie Windon Triple Thermostatic Valve With Diverter - Chrome
91282 nuie Aztec Triple Thermostatic Concealed Shower Valve with Diverter - 3 Outlet - Chrome
92841
94077
94689
94713
96714
96755
96770
97014
97019
97035
97042
97048
97054
97813
97837
97991