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 (
    88771, 88174, 88222, 88243, 88247, 89454, 
    89467, 89475, 89483, 88200, 88212, 
    88236, 88240, 88678, 88725, 88534, 
    89459, 88979, 88996, 87465, 88499, 
    85672, 85692, 85704
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00069

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "10.82"
    },
    "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": 24,
      "rows_produced_per_join": 24,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "8.42",
        "eval_cost": "2.40",
        "prefix_cost": "10.82",
        "data_read_per_join": "91K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`nuie_scalesta_net`.`cscart_product_descriptions`.`product_id` in (88771,88174,88222,88243,88247,89454,89467,89475,89483,88200,88212,88236,88240,88678,88725,88534,89459,88979,88996,87465,88499,85672,85692,85704)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
85672 nuie Deco 800mm Wall Hung 2-Drawer Unit - Satin Anthracite
85692 nuie Deco 800mm Wall Hung 2-Drawer Unit - Satin Grey
85704 nuie Deco 800mm Wall Hung 2-Drawer Unit - Satin Blue
87465 nuie Athena Wall Hung 2 Drawer Vanity Unit 600mm - Gloss Grey
88174 Hudson Reed Juno 600mm Wall Hung 2-Drawer Unit - Autumn Oak
88200 Hudson Reed Juno 800mm Wall Hung 2-Drawer Unit - Graphite Grey
88212 Hudson Reed Juno 800mm Wall Hung 2-Drawer Unit - Coastal Grey
88222 Juno Components Wall Hung 2 Drawer Unit (385mm Deep), 600mm - Metallic Slate
88236 Havana Components Wall Hung 2 Drawer Unit, 800mm - Graphite Grey
88240 Havana Components Wall Hung 2 Drawer Unit, 800mm - Coastal Grey
88243 Havana Components Wall Hung 2 Drawer Unit, 600mm - Metallic Slate
88247 Havana Components Wall Hung 2 Drawer Unit, 600mm - Autumn Oak
88499 nuie Arno 600mm Wall Hung 2-Drawer Unit - Satin Green
88534 Hudson Reed Quartet Wall Hung 2 Drawer Vanity Unit 718mm - Hacienda Black
88678 Hudson Reed Fusion Wall Hung 2 Drawer Vanity Unit 800mm - Anthracite Woodgrain
88725 Hudson Reed Fusion Wall Hung 2 Drawer Vanity Unit 800mm - Hacienda Black
88771 Hudson Reed Fusion Wall Hung 2 Drawer Vanity Unit 600mm - Gloss Grey
88979 Parade Components Wall Hung 2 Drawer Unit, 800mm - Satin Anthracite
88996 Parade Components Wall Hung 2 Drawer Unit, 800mm - Satin Anthracite
89454 Lunar Components Wall Hung 2 Drawer Unit, 800mm - Satin Anthracite
89459 Lunar Components Wall Hung 2 Drawer Unit, 800mm - Satin White
89467 Lunar Components Wall Hung 2 Drawer Unit, 800mm - Satin Grey
89475 Lunar Components Wall Hung 2 Drawer Unit, 800mm - Satin Blue
89483 Lunar Components Wall Hung 2 Drawer Unit, 800mm - Satin Green