Note: This is not about changing the design, the thumbsize for users is 40px and that's not going to change. It's about the size of the thumbnail being fetched from the servers.
Currently modern vector search loads thumbnails at 100px (or 200px @ 2dppx). This is not standard size and causes extra thumbnailing and fragmentation of thumbs which is hurting media storage (swift currently has issues with file count in each container, the size is not that much of an issue). I explained it in depth with numbers in T211661#8377883
You should use 120px for 1x and 220px for 2x.
I think this should block rolling DIP to more wikis as default.
This improves performance of loading thumbnails, reduce latency and so on.