QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=36.56..78.67 rows=16 width=504)
Recheck Cond: (id = ANY ('{23,3,18,4,44,45,51,94,46,54,15,21,20,125,48,139}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..36.56 rows=16 width=0)
Index Cond: (id = ANY ('{23,3,18,4,44,45,51,94,46,54,15,21,20,125,48,139}'::integer[]))