QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=35.42..71.25 rows=12 width=53)
Recheck Cond: (id = ANY ('{426,2181,2029,5,287,989,876,1111,39,21,2520,2589}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..35.42 rows=12 width=0)
Index Cond: (id = ANY ('{426,2181,2029,5,287,989,876,1111,39,21,2520,2589}'::integer[]))