QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=31.14..64.45 rows=11 width=67)
Recheck Cond: (id = ANY ('{1661,3309,1301,24,189,12,42,20,48,497,3381}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..31.13 rows=11 width=0)
Index Cond: (id = ANY ('{1661,3309,1301,24,189,12,42,20,48,497,3381}'::integer[]))