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 (
    91959, 86236, 86222, 86224, 82333, 86225, 
    82335, 82401, 82409, 82419, 86234, 
    82384, 82345, 91952, 82400, 82408, 
    82418, 82344, 86232, 86233, 92555, 
    94705, 94706, 96706, 96707, 96715, 
    96717, 96726, 96727, 96748
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00089

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 (91959,86236,86222,86224,82333,86225,82335,82401,82409,82419,86234,82384,82345,91952,82400,82408,82418,82344,86232,86233,92555,94705,94706,96706,96707,96715,96717,96726,96727,96748)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
82333 Hudson Reed Fixed Shower Heads Fixed Head - Chrome
82335 nuie Shower Heads Fixed Head - Chrome
82344 nuie Fixed Head - Chrome
82345 Hudson Reed Fixed Head - Chrome
82384 nuie Commercial Concealed Anti-Vandal Fixed Head - Chrome
82400 Hudson Reed Fixed Shower Heads Fixed Head - Matt Black
82401 Hudson Reed Fixed Shower Heads Fixed Head - Matt Black
82408 nuie Fixed Shower Heads Round Fixed Head 200mm Diameter - Gunmetal
82409 nuie Fixed Shower Heads Square Fixed Head 200mm - Gunmetal
82418 Hudson Reed Fixed Shower Heads Fixed Head - Brushed Brass
82419 Hudson Reed Fixed Shower Heads Fixed Head - Brushed Brass
86222 nuie Shower Heads Fixed Head - Chrome
86224 nuie Shower Heads Fixed Head - Chrome
86225 nuie Fixed Head - Chrome
86232 nuie Shower Heads Fixed Head - Chrome
86233 nuie Shower Heads Fixed Head - Chrome
86234 nuie Fixed Head - Chrome
86236 Hudson Reed Fixed Shower Heads Ceiling Tile Fixed Head - Chrome
91952 BC Designs Victrion 8" Fixed Shower Head - Chrome
91959 BC Designs Victrion 8" Fixed Shower Head - Nickel
92555
94705
94706
96706
96707
96715
96717
96726
96727
96748