Vijjay, this is because you are using the Contains Filter Operator.
if you want to minimize the numeber of records, you could use the EQ Filter Operator, or... alternatively, you could add a &$top=1 flag on the URL you are querying in order to retrieve only the top 1 record from the result set. this is just standard odata query syntax.
i hope this is helpful