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 (
    86242, 86293, 86319, 86240, 86263, 86284, 
    87739, 87740, 86239, 86241, 87737, 
    87738, 93401, 93402, 93403, 93404, 
    93405, 93406, 94678, 94679, 94680, 
    94681, 94682, 94683, 94684, 94685, 
    95101, 95102, 95103, 95104
  ) 
  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 (86242,86293,86319,86240,86263,86284,87739,87740,86239,86241,87737,87738,93401,93402,93403,93404,93405,93406,94678,94679,94680,94681,94682,94683,94684,94685,95101,95102,95103,95104)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
86239 nuie Straight Ladder Rail 500 x 700mm - Chrome
86240 nuie Straight Ladder Rail 1100 x 500mm - Chrome
86241 nuie Curved Ladder Rail 500 x 700mm - Chrome
86242 nuie Curved Ladder Rail 1100 x 500mm - Chrome
86263 nuie Revive Horizontal Single Panel Radiator 600 x 412mm - High Gloss White
86284 nuie Revive Horizontal Single Panel Radiator 600 x 412mm - Anthracite
86293 nuie Sloane Horizontal Single Panel Radiator 600 x 412mm - Anthracite
86319 nuie Sloane Horizontal Single Panel Radiator 600 x 412mm - Satin White
87737 nuie Curved Ladder Rail 700 x 500mm - Anthracite
87738 nuie Straight Ladder Rail 700 x 500mm - Anthracite
87739 nuie Curved Ladder Rail 1150 x 500mm - Anthracite
87740 nuie Straight Ladder Rail 1150 x 500mm - Anthracite
93401
93402
93403
93404
93405
93406
94678
94679
94680
94681
94682
94683
94684
94685
95101
95102
95103
95104