Mean blocktime validation of one transaction blocks:
[...]
Shorter validation time for one transaction blocks is expected for miners
It is unclear to me what you are talking about. What specifically are you referring to by "blocktime validation"? Are you talking about the ntime gaps? Blocks of very slow miners should have lower timestamps because they do not frequently update their midstate (e.g. they would claim older times because that was when they started); modern fast miners blow through the range quickly, and thus have plenty of opportunities to increment their time. (Much of the single tx blocks back then were believed to be a botnet that verified nothing).
If you are saying smaller blocks take less time to validate largely. This is mostly untrue at the tip of the chain. Leave your node running for 24-48 hours and then look at the block verification times. You'll see that the actual blocks, in spite of being huge, typically verify in a few milliseconds (-benchmark will enable ms resolution timing results in the logs). This is because almost all the verification is cached from the transactions being relayed earlier.