QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=37.13..83.18 rows=18 width=55)
Recheck Cond: (id = ANY ('{97,2842,2766,2768,2803,1172,246,1301,1307,3281,21,54,2150,2186,2600,2187,2253,1225}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..37.13 rows=18 width=0)
Index Cond: (id = ANY ('{97,2842,2766,2768,2803,1172,246,1301,1307,3281,21,54,2150,2186,2600,2187,2253,1225}'::integer[]))