QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=36.28..75.76 rows=15 width=502)
Recheck Cond: (id = ANY ('{2021,3328,3274,2819,2497,1152,2099,1661,1641,1638,1936,1640,3304,3278,3334}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..36.27 rows=15 width=0)
Index Cond: (id = ANY ('{2021,3328,3274,2819,2497,1152,2099,1661,1641,1638,1936,1640,3304,3278,3334}'::integer[]))