QUERY PLAN
Sort (cost=17.53..17.54 rows=1 width=25)
Sort Key: (array_position('{1000,5250,5461,5064}'::integer[], id))
-> Seq Scan on tbl_users (cost=0.00..17.52 rows=1 width=25)
Filter: ((user_status = '1'::type_global_user_status) AND (id = ANY ('{1000,5250,5461,5064}'::integer[])))