Hey Andy,
This would be better asked in #1125392773038755890 for more reach.
Yes it can handle 500K products and I can recommend Umbraco Commerce, Umbraco's official e-commerce, product for this. There is no limit to the number of items you can have (well, there's only so much RAM you can put in a database server I guess 😁)
WRT "parametric" search, I presume you mean searching with multiple parameters of different types? Umbraco comes with Examine, a wrapper around lucene.Net, out of the box and this can do complex multi-parameter search, and very well, though some prefer to integrate other search solutions (Azure search, algolia etc.) depending on their needs.