QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=17.14..30.61 rows=4 width=55)
Recheck Cond: (id = ANY ('{3337,982,2815,3056}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..17.14 rows=4 width=0)
Index Cond: (id = ANY ('{3337,982,2815,3056}'::integer[]))