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 (
    309484, 309483, 309482, 309481, 309480
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00058

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "7.02"
    },
    "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": 5,
      "rows_produced_per_join": 5,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "6.02",
        "eval_cost": "1.00",
        "prefix_cost": "7.02",
        "data_read_per_join": "34K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`webmarco`.`cscart_product_descriptions`.`product_id` in (309484,309483,309482,309481,309480)) and (`webmarco`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
309480 <p> </p> <h4> Restoration of old buildings and houses of all kinds. <br /> Construction of villas or single houses with external landscaping equipped with <br /> garden, swimming pool and required accessories. </h4> <p> </p>
309481 <p> <span style="font-size:21px;font-weight:700;"> Restoration of old buildings and homes of all kinds. Construction of detached houses or single dwellings with external landscaping equipped with garden pool and accessories required. </span> </p>
309482 <h4> Restoration of old buildings and houses of all kinds. </h4> <h4> Construction of detached houses or single dwellings with external landscaping equipped with garden pool and accessories required. </h4>
309483 <h4> Restoration of old buildings and houses of all kinds. </h4> <h4> Construction of detached houses or single dwellings with external landscaping equipped with garden pool and accessories required. </h4>
309484 <h4> Restoration of old buildings and houses of all kinds. </h4> <h4> Construction of detached houses or single dwellings with external landscaping equipped with garden pool and accessories required. </h4>