SELECT 
  cscart_product_descriptions.product_id, 
  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 (
    51183, 20, 51188, 51187, 51186, 51185, 
    51184, 51194, 51193, 51192, 51191, 
    51190, 51189, 19, 51201, 51200, 51199, 
    51198, 51197, 51196, 51195, 131, 111, 
    51212, 144, 51215, 51214, 51213, 51444, 
    51445, 51446, 51447, 51231, 51230, 
    51229, 51228, 51227, 51226, 51225, 
    109, 51272, 51271, 51270, 51269, 51268, 
    51267, 51266, 145, 9, 59, 13, 51346, 
    118, 84, 51347, 85, 61, 15, 95
  ) 
  AND cscart_product_descriptions.lang_code = 'kk'

Query time 0.00102

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "41.31"
    },
    "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": 59,
      "rows_produced_per_join": 59,
      "filtered": "100.00",
      "index_condition": "((`test_uchur_k`.`cscart_product_descriptions`.`product_id` in (51183,20,51188,51187,51186,51185,51184,51194,51193,51192,51191,51190,51189,19,51201,51200,51199,51198,51197,51196,51195,131,111,51212,144,51215,51214,51213,51444,51445,51446,51447,51231,51230,51229,51228,51227,51226,51225,109,51272,51271,51270,51269,51268,51267,51266,145,9,59,13,51346,118,84,51347,85,61,15,95)) and (`test_uchur_k`.`cscart_product_descriptions`.`lang_code` = 'kk'))",
      "cost_info": {
        "read_cost": "35.41",
        "eval_cost": "5.90",
        "prefix_cost": "41.31",
        "data_read_per_join": "269K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "meta_keywords",
        "meta_description",
        "search_words",
        "promo_text"
      ]
    }
  }
}

Result

product_id meta_keywords meta_description search_words promo_text
9
13
15
19
20
59
61
84
85
95
109
111
118
131
144
145
51183
51184
51185
51186
51187
51188
51189
51190
51191
51192
51193
51194
51195
51196
51197
51198
51199
51200
51201
51212
51213
51214
51215
51225
51226
51227
51228
51229
51230
51231
51266
51267
51268
51269
51270
51271
51272
51346
51347
51444
51445
51446
51447