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, 
  cscart_product_descriptions.meta_keywords, 
  cscart_product_descriptions.meta_description, 
  cscart_product_descriptions.search_words, 
  cscart_product_descriptions.promo_text 
FROM 
  cscart_product_descriptions 
WHERE 
  cscart_product_descriptions.product_id IN (
    74405, 74404, 74403, 74402, 74401, 74400, 
    74399, 74398, 74397, 74396, 74395, 
    74394, 73974, 74268, 74180, 74091, 
    73995, 73744, 74267, 73822, 73690, 
    73601, 74090, 74089, 74088, 74087, 
    74086, 74085, 74084, 74083, 74082, 
    74081, 74080, 74079, 74078, 74077, 
    74076, 74075, 74074, 74073
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00043

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_product_descriptions range PRIMARY,product_id PRIMARY 9 40 Using where

Result

product_id short_description full_description meta_keywords meta_description search_words promo_text
73601 Dawn Lee, Tricky, Toolbox Recordings, Exclusive, Toolbox Digital Download Tricky by Toolbox Recordings from Toolbox Digital, the UK’s number one outlet for exclusive hard dance, hard trance, hardcore, hardstyle and more.
73690 AAN78,Ahura Mazda Recordings NITRO,Burak Harsitlioglu
73744 PMD004,Pumped,Joe Longbottom,Beako
73822
73974 HOT024,Hot Box Digital,Dan Dyson
73995 TMP120,Dawn Lee,Higher,Tempo Trax,Hard House Hard House TMP120,Dawn Lee,Higher,Tempo Trax,Hard House
74073
74074
74075
74076
74077
74078
74079
74080
74081
74082
74083
74084
74085
74086
74087
74088
74089
74090
74091 Reactor 4 vs Kelly ward Reactor 4 vs Kelly ward
74180
74267 Chucky, Damien Blanes, Did I Stutter, Unbounded Traxx, Exclusive, Toolbox Digital Download Did I Stutter by Unbounded Traxx from Toolbox Digital, the UK’s number one outlet for exclusive hard dance, hard trance, hardcore, hardstyle and more.
74268
74394
74395
74396
74397
74398
74399
74400
74401
74402
74403
74404
74405