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, 
  cscart_product_descriptions.unit_name 
FROM 
  cscart_product_descriptions 
WHERE 
  cscart_product_descriptions.product_id IN (
    27, 121, 23, 141, 4, 142, 120, 62, 108, 
    107, 94, 8, 86, 54, 10, 93, 12, 32, 7, 130, 
    35, 16, 33, 110, 34, 89, 114, 147, 36, 
    128, 20, 52, 84, 109, 118, 131, 13, 19, 
    61, 146, 95, 15, 9, 85, 111, 59, 144, 123, 
    60, 113, 145, 6, 14, 63, 136, 50984, 127, 
    134, 42, 50985, 50986, 50988, 50993, 
    50992
  ) 
  AND cscart_product_descriptions.lang_code = 'kk'

Query time 0.00099

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "44.81"
    },
    "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": 64,
      "rows_produced_per_join": 64,
      "filtered": "100.00",
      "index_condition": "((`test_uchur_k`.`cscart_product_descriptions`.`product_id` in (27,121,23,141,4,142,120,62,108,107,94,8,86,54,10,93,12,32,7,130,35,16,33,110,34,89,114,147,36,128,20,52,84,109,118,131,13,19,61,146,95,15,9,85,111,59,144,123,60,113,145,6,14,63,136,50984,127,134,42,50985,50986,50988,50993,50992)) and (`test_uchur_k`.`cscart_product_descriptions`.`lang_code` = 'kk'))",
      "cost_info": {
        "read_cost": "38.41",
        "eval_cost": "6.40",
        "prefix_cost": "44.81",
        "data_read_per_join": "292K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description",
        "meta_keywords",
        "meta_description",
        "search_words",
        "promo_text",
        "unit_name"
      ]
    }
  }
}

Result

product_id short_description full_description meta_keywords meta_description search_words promo_text unit_name
4
6
7
8
9
10
12
13
14
15
16
19
20
23
27
32
33
34
35
36
42
52
54
59
60
61
62
63
84
85
86
89
93
94
95
107
108
109
110
111
113
114
118
120
121
123
127
128
130
131
134
136
141
142
144
145
146
147
50984
50985
50986
50988
50992
50993