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 (
    381760, 381762, 381763, 381764, 388360, 
    388361, 388363, 388364, 388365, 388366, 
    388369, 388370, 388372, 388374, 388375, 
    388376, 388377, 388378, 388379, 388380
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00066

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "28.04"
    },
    "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": 20,
      "rows_produced_per_join": 20,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "24.04",
        "eval_cost": "4.00",
        "prefix_cost": "28.04",
        "data_read_per_join": "136K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`webmarco`.`cscart_product_descriptions`.`product_id` in (381760,381762,381763,381764,388360,388361,388363,388364,388365,388366,388369,388370,388372,388374,388375,388376,388377,388378,388379,388380)) and (`webmarco`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
381760 <p>VOLKSWAGEN PASSAT VAR. 2.0 TDI</p>
381762 <p>VOLKSWAGEN POLO 1.0 MPI BMT TREND</p>
381763 <p>VOLKSWAGEN POLO BLUEMOT.89 1.2</p>
381764 <p>VOLKSWAGEN UP BMT 44 KW 1.0CC</p>
388360 Experience thrilling performance with ACCELERA high-performance tires for sports cars and SUVs.
388361 Experience thrilling performance with ACCELERA high-performance tires for sports cars and SUVs.
388363 Experience thrilling performance with ACCELERA high-performance tires for sports cars and SUVs.
388364 Experience thrilling performance with ACCELERA high-performance tires for sports cars and SUVs.
388365 Experience thrilling performance with ACCELERA high-performance tires for sports cars and SUVs.
388366 Experience thrilling performance with ACCELERA high-performance tires for sports cars and SUVs.
388369 Experience thrilling performance with ACCELERA high-performance tires for sports cars and SUVs.
388370 Experience thrilling performance with ACCELERA high-performance tires for sports cars and SUVs.
388372 Get the job done with confidence using AEOLUS tires for commercial vehicles, buses, and trucks.
388374 Get the best of both worlds with APLUS tires, offering performance and value for your vehicle.
388375 Get the best of both worlds with APLUS tires, offering performance and value for your vehicle.
388376 Get the best of both worlds with APLUS tires, offering performance and value for your vehicle.
388377 Get the best of both worlds with APLUS tires, offering performance and value for your vehicle.
388378 Get the best of both worlds with APLUS tires, offering performance and value for your vehicle.
388379 Get the best of both worlds with APLUS tires, offering performance and value for your vehicle.
388380 Get the best of both worlds with APLUS tires, offering performance and value for your vehicle.