QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=37.42..85.91 rows=19 width=49)
Recheck Cond: (id = ANY ('{982,3303,2150,3278,3457,2128,918,57,12,1663,20,3281,2032,1181,107,3436,3448,3359,2021}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..37.41 rows=19 width=0)
Index Cond: (id = ANY ('{982,3303,2150,3278,3457,2128,918,57,12,1663,20,3281,2032,1181,107,3436,3448,3359,2021}'::integer[]))