The frequency chain reorg is occuring is not often at all, these are the blocks of the last chain reorg and the time it occurred:
Two things to note about your statement here.
First of all, chain re-orgs are specific to each node. Let's say Block A and Block B are both mined at the same height. Your node sees Block A first and accepts it, my node sees Block B first and accepts it. If Block B+1 is the next block to be found, then my node carries on as if nothing has happened, but your node (which saw Block A first) has to reorg to discard block A and accept Blocks B and B+1. You have experienced a re-org and I haven't.
Secondly, because of this, there have been many more times that there have been competing blocks at the same height that the data you have used do not capture. For example, I am aware of competing blocks mined at height 723,102 and at 715,276, which are missing from your data.
Does chain Reorg has any negative impact on the fate of the miner's reward and the entire blockchain?
No, just that new blocks stop building on old longest chain after a block is mined at the same time by two miners which later lead to new longest chain that new mined blocks are building on.
It does have an impact on the miners' reward for the block (or blocks) which are discarded from the chain with the lower proof of work; these miners effectively lose their block reward.