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 (
    87138, 87139, 87140, 87141, 87284, 89449, 
    89462, 89470, 89478, 88563, 89446, 
    88982, 88999, 88988, 88062, 88176, 
    88224, 88244, 88248, 89448, 89461, 
    89469, 89477, 88772, 89445, 88981, 
    88998, 88531, 87461, 88501
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00093

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 (87138,87139,87140,87141,87284,89449,89462,89470,89478,88563,89446,88982,88999,88988,88062,88176,88224,88244,88248,89448,89461,89469,89477,88772,89445,88981,88998,88531,87461,88501)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
87138 Old London 600mm Single Bowl Marble Top - 1 Tap Hole - Grey
87139 Old London 600mm Single Bowl Marble Top - 3 Tap Hole - Black
87140 Old London 600mm Single Bowl Marble Top - 3 Tap Hole - White
87141 Old London 600mm Single Bowl Marble Top - 3 Tap Hole - Grey
87284 Old London Components Single Bowl Marble Worktop Top 1 Tap Hole, 600mm - White
87461 nuie Athena Wall Hung 2 Drawer Vanity Unit 800mm - Gloss Grey
88062 Hudson Reed Grace Wall Hung Basin
88176 Hudson Reed Juno 800mm Wall Hung 2-Drawer Unit - Autumn Oak
88224 Juno Components Wall Hung 2 Drawer Unit (385mm Deep), 800mm - Metallic Slate
88244 Havana Components Wall Hung 2 Drawer Unit, 800mm - Metallic Slate
88248 Havana Components Wall Hung 2 Drawer Unit, 800mm - Autumn Oak
88501 nuie Arno 800mm Wall Hung 2-Drawer Unit - Satin Green
88531 Hudson Reed Quartet Wall Hung 2 Drawer Vanity Unit 718mm - Gloss Grey
88563 Hudson Reed Fusion Fitted Floor Standing 4 Drawer Lined Unit 300mm - Gloss White
88772 Hudson Reed Fusion Wall Hung 2 Drawer Vanity Unit 800mm - Gloss Grey
88981 Parade Components Floor Standing 2 Drawer Unit, 600mm - Satin Anthracite
88982 Parade Components Floor Standing 2 Drawer Unit, 800mm - Satin Anthracite
88988 nuie Parade Floor Standing 2 Drawer Basin Unit 800mm - Gloss White
88998 Parade Components Floor Standing 2 Door Unit, 600mm - Satin Green
88999 Parade Components Floor Standing 2 Drawer Unit, 800mm - Satin Green
89445 Lunar Components Floor Standing 2 Drawer Unit, 600mm - Satin White
89446 Lunar Components Floor Standing 2 Drawer Unit, 800mm - Satin White
89448 Lunar Components Floor Standing 2 Drawer Unit, 600mm - Satin Anthracite
89449 Lunar Components Floor Standing 2 Drawer Unit, 800mm - Satin Anthracite
89461 Lunar Components Floor Standing 2 Drawer Unit, 600mm - Satin Grey
89462 Lunar Components Floor Standing 2 Drawer Unit, 800mm - Satin Grey
89469 Lunar Components Floor Standing 2 Drawer Unit, 600mm - Satin Blue
89470 Lunar Components Floor Standing 2 Drawer Unit, 800mm - Satin Blue
89477 Lunar Components Floor Standing 2 Drawer Unit, 600mm - Satin Green
89478 Lunar Components Floor Standing 2 Drawer Unit, 800mm - Satin Green