What's the fastest way to check if a value exists in a list in Python?

I have a large list, and I need to check if a value exists in it. What’s the fastest way to do this in Python? Here’s the code I currently have:

Is this the fastest way to check if a value exists in a list? Are there any other, more efficient methods? Please let me know and provide code examples if possible. Thanks in advance for your help!