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 (
    10, 9, 142, 59, 60, 62, 141, 27, 22, 23, 
    14, 13, 17, 18, 16, 106, 105, 58, 57, 113, 
    51344, 120, 51345, 119, 51346, 118, 
    114, 4, 5, 6, 51348, 121, 51349, 122, 
    61, 51350, 123, 15
  ) 
  AND cscart_product_descriptions.lang_code = 'kk'

Query time 0.00066

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "26.61"
    },
    "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": 38,
      "rows_produced_per_join": 38,
      "filtered": "100.00",
      "index_condition": "((`test_uchur_k`.`cscart_product_descriptions`.`product_id` in (10,9,142,59,60,62,141,27,22,23,14,13,17,18,16,106,105,58,57,113,51344,120,51345,119,51346,118,114,4,5,6,51348,121,51349,122,61,51350,123,15)) and (`test_uchur_k`.`cscart_product_descriptions`.`lang_code` = 'kk'))",
      "cost_info": {
        "read_cost": "22.81",
        "eval_cost": "3.80",
        "prefix_cost": "26.61",
        "data_read_per_join": "173K"
      },
      "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
4
5
6
9
10
13
14
15
16
17
18
22
23
27
57
58
59
60
61
62
105
106
113
114
118
119
120
121
122
123
141
142
51344
51345
51346
51348
51349
51350