Hi Ravi,
Much performance cannot be expected from the select query you have on AFKO and AUFK as you are fetching values from these tables on non-key fields.
Umar's suggestion might increase performance(also with the use of BINARY SEARCH in the read).
Check if you could any secondary indexes in your query.