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 (
    91023, 91024, 91025, 91035, 91036, 91037, 
    91048, 91049, 91050, 89491, 89492, 
    89499, 89500, 89507, 89508, 89515, 
    89516, 83254, 83256, 83261, 83263, 
    90562, 90563, 90568
  ) 
  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 (91023,91024,91025,91035,91036,91037,91048,91049,91050,89491,89492,89499,89500,89507,89508,89515,89516,83254,83256,83261,83263,90562,90563,90568)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
83254 nuie Athena Floor Standing 4 Door Vanity With Twin Polymarble Basin 1200mm - Anthracite Woodgrain
83256 nuie Athena Floor Standing 4 Door Vanity With Twin Ceramic Basin 1200mm - Anthracite Woodgrain
83261 nuie Athena Floor Standing 4 Door Vanity With Twin Polymarble Basin 1200mm - Hacienda Black
83263 nuie Athena Floor Standing 4 Door Vanity With Twin Ceramic Basin 1200mm - Hacienda Black
89491 Hudson Reed Solar Floor Standing 2 Drawer Vanity Unit with Polymarble Basin 600mm - Pure White
89492 Hudson Reed Solar Floor Standing 2 Drawer Vanity Unit with Ceramic Basin 600mm - Pure White
89499 Hudson Reed Solar Floor Standing 2 Drawer Vanity Unit with Polymarble Basin 600mm - Cool Grey
89500 Hudson Reed Solar Floor Standing 2 Drawer Vanity Unit with Ceramic Basin 600mm - Cool Grey
89507 Hudson Reed Solar Floor Standing 2 Drawer Vanity Unit with Polymarble Basin 600mm - Indigo Blue
89508 Hudson Reed Solar Floor Standing 2 Drawer Vanity Unit with Ceramic Basin 600mm - Indigo Blue
89515 Hudson Reed Solar 600mm Floor Standing 2-Drawer Unit and Polymarble 1 Tap Hole Basin - Fern Green
89516 Hudson Reed Solar 600mm Floor Standing 2-Drawer Unit and Ceramic 1 Tap Hole Basin - Fern Green
90562 Nuie Arno 1200mm Floor Standing 4 Door Vanity & Double Basin 1 - Grey Vicenza Oak
90563 Nuie Arno 1200mm Floor Standing 4 Door Vanity & Double Basin 2 - Grey Vicenza Oak
90568 Nuie Arno 1200mm Floor Standing 4 Door Vanity & Double Basin 1 - Anthracite Woodgrain
91023 Hudson Reed Bexley Floor Standing 2 Door 1 Shelf Vanity & 1 Tap Hole Fireclay Basin, 800mm - Cool Grey
91024 Hudson Reed Bexley Floor Standing 2 Door 1 Shelf Vanity & 3 Tap Hole Fireclay Basin, 800mm - Cool Grey
91025 Hudson Reed Bexley Floor Standing 2 Door 1 Shelf Vanity & 0 Tap Hole Fireclay Basin, 800mm - Cool Grey
91035 Hudson Reed Bexley Floor Standing 2 Door 1 Shelf Vanity & 1 Tap Hole Fireclay Basin, 800mm - Indigo Blue
91036 Hudson Reed Bexley Floor Standing 2 Door 1 Shelf Vanity & 3 Tap Hole Fireclay Basin, 800mm - Indigo Blue
91037 Hudson Reed Bexley Floor Standing 2 Door 1 Shelf Vanity & 0 Tap Hole Fireclay Basin, 800mm - Indigo Blue
91048 Hudson Reed Bexley Floor Standing 2 Door 1 Shelf Vanity & 1 Tap Hole Fireclay Basin, 800mm - Matt Green
91049 Hudson Reed Bexley Floor Standing 2 Door 1 Shelf Vanity & 3 Tap Hole Fireclay Basin, 800mm - Matt Green
91050 Hudson Reed Bexley Floor Standing 2 Door 1 Shelf Vanity & 0 Tap Hole Fireclay Basin, 800mm - Matt Green