QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=17.14..30.63 rows=4 width=53)
Recheck Cond: (id = ANY ('{2536,2582,3009,3301}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..17.14 rows=4 width=0)
Index Cond: (id = ANY ('{2536,2582,3009,3301}'::integer[]))