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 (
    91061, 84716, 88063, 84738, 92171, 84726, 
    84742, 91063, 91062, 91057, 84935, 
    91060, 91055, 91058, 84858, 92175, 
    91056, 84740, 91059, 84942, 84934, 
    92167, 84737, 84739, 84725, 87980, 
    87983, 84741, 87984, 87970
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00090

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 (91061,84716,88063,84738,92171,84726,84742,91063,91062,91057,84935,91060,91055,91058,84858,92175,91056,84740,91059,84942,84934,92167,84737,84739,84725,87980,87983,84741,87984,87970)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
84716 Hudson Reed Maya Flush to Wall Pan, Cistern & Seat
84725 Old London Richmond Low Level Pan, Cistern & Flush Pipe Kit
84726 Old London Richmond High Level Pan, Cistern & Flush Pipe Kit
84737 Old London Richmond Comfort Height Low Level WC & Flush Pipe
84738 Old London Richmond Comfort Height High Level WC & Flush Pipe
84739 Old London Richmond Mid Level Pan, Cistern and Flush Pipe Kit
84740 Old London Richmond Comfort Height Mid Level Pan, Cistern and Flush Pipe Kit
84741 nuie Carlton Low Level Pan, Cistern & Flush Pipe Kit
84742 nuie Carlton High Level Pan, Cistern & Flush Pipe Kit
84858 Hudson Reed Luna Flush to Wall Pan, Cistern & Seat
84934 Hudson Reed Arlo Flush to Wall Pan, Cistern & Seat
84935 nuie Ambrose Compact Semi Flush to Wall WC
84942 Hudson Reed Arlo Compact Flush to Wall Pan, Cistern & Seat
87970 nuie Freya Comfort Height Rimless Toilet Pan, Cistern & Seat - White
87980 nuie Ava Comfort Height Toilet Pan, Cistern & Seat - White
87983 nuie Ava Pan, Cistern & Seat
87984 nuie Freya Pan, Cistern & Seat
88063 Hudson Reed Grace Rimless Wall Hung Pan & Seat
91055 Arlo W/H Pan SC Seat & Conc Cistern
91056 Ava W/H Pan SC Seat & Conc Cistern
91057 Ava W/H Pan SC Seat & Conc Cistern
91058 Ava W/H Pan SC Seat & Conc Cistern
91059 Freya W/H Pan SC Seat & Conc Cistern
91060 Freya W/H Pan SC Seat & Conc Cistern
91061 Grace W/H Pan SC Seat & Conc Cistern
91062 Luna W/H Pan SC Seat & Conc Cistern
91063 Maya W/H Pan SC Seat & Conc Cistern
92167 BC Designs Victrion CC Pan & Cistern Inc Fittings - White
92171 BC Designs Victrion Pan, High Level Cistern & Pipe - White
92175 BC Designs Victrion Pan, Mid Level Cistern & Pipe - White