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 (
    19024, 19129, 18885, 19039, 20770, 20433, 
    20512, 19707, 19710, 20729, 19548, 
    19471, 10846, 8669, 8670, 7515, 9721, 
    9286, 7608, 19046, 19537, 19047, 19417, 
    20514, 20538, 20515, 20539, 20732, 
    20733, 19072, 20525, 20526, 9539
  ) 
  AND cscart_product_descriptions.lang_code = 'uk'

Query time 0.00088

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_product_descriptions",
          "access_type": "range",
          "possible_keys": ["PRIMARY", "product_id"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["product_id", "lang_code"],
          "rows": 33,
          "filtered": 100,
          "index_condition": "cscart_product_descriptions.product_id in (19024,19129,18885,19039,20770,20433,20512,19707,19710,20729,19548,19471,10846,8669,8670,7515,9721,9286,7608,19046,19537,19047,19417,20514,20538,20515,20539,20732,20733,19072,20525,20526,9539) and cscart_product_descriptions.lang_code = 'uk'"
        }
      }
    ]
  }
}

Result

product_id meta_keywords meta_description search_words promo_text
7515
7608
8669
8670
9286
9539
9721
10846
18885
19024
19039
19046
19047
19072
19129
19417
19471
19537
19548
19707
19710
20433
20512
20514
20515
20525
20526
20538
20539
20729
20732
20733
20770