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

Query time 0.00062

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 (51603,119291,243684,275040,275133,275759,275765,276261,276352,276420,276421,276426,276427,276428,276429,276430,276431,276432,276433,276434)) 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
51603 Luminous Josh 8000 45-55 Hz 230 V Home UPS
119291 Zebronics Colt 2 Headphone With Mic For Desktop & Laptop Headsets
243684 Elmeasure Digital Meter DC Ammeter ALPHA+ADCCL0.5-30A
275040 <p>Solar DCDB box is a component of an electricity supply system which divides an electrical power feed into subsidiary circuits, which provides a protective fuse or circuit breaker for each circuit.  DCDB controls the DC power from solar panel and with having necessary surge protection device (SPD) and fuses and if necessary MCB also for Single Phase.</p>
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