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 (
    275133, 275759, 275765, 276261, 276352, 
    276420, 276421, 276426, 276427, 276428, 
    276429, 276430, 276431, 276432, 276433, 
    276434, 276435, 276436, 276437, 276438
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00049

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "44.01"
    },
    "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",
      "index_condition": "((`s2cart`.`cscart_product_descriptions`.`product_id` in (275133,275759,275765,276261,276352,276420,276421,276426,276427,276428,276429,276430,276431,276432,276433,276434,276435,276436,276437,276438)) and (`s2cart`.`cscart_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "42.01",
        "eval_cost": "2.00",
        "prefix_cost": "44.01",
        "data_read_per_join": "151K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ]
    }
  }
}

Result

product_id short_description full_description
275133 ESB-PLK24 Sealing cover
275759 A 3-pole Contactor suitable for DC-1 applications where all three poles must be connected in series in a 1-pole configuration up to max 1000 VDC. Operated with wide control voltage range 100-250 V, AC/DC
275765 <p>A 3-phase Contactor suitable for various applications such as Motor starting, Isolation, By-pass and Distribution application up to max 1000 V. Operated with wide control voltage range 250-500 V, AC/DC</p>
276261 332-P6
276352 216MHS6
276420 S2C-H01 - Auxiliary Contact
276421 S2C-H10 - Auxiliary Contact
276426 Miniature Circuit Breaker - S200M - 1P - D
276427 Miniature Circuit Breaker - S200M - 1P - C
276428 Miniature Circuit Breaker - S200M - 1P - D
276429 Miniature Circuit Breaker - S200M - 1P - C
276430 Miniature Circuit Breaker - S200M - 1P - D
276431 Miniature Circuit Breaker - S200M - 1P - C
276432 Miniature Circuit Breaker - S200M - 1P - D
276433 Miniature Circuit Breaker - S200M - 1P - C
276434 Miniature Circuit Breaker - S200M - 1P - D
276435 Miniature Circuit Breaker - S200M - 1P - C
276436 Miniature Circuit Breaker - S200M - 1P - D
276437 Miniature Circuit Breaker - S200M - 1P - C
276438 Miniature Circuit Breaker - S200M - 1P - D