Try this formula:

=INDEX(B:B,MATCH("*("&A2&")*",B:B,0))

copied down.

This looks for your column A item within the sets of parentheses in column B.. to give new results.