INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '06eef7bce0a3e4aed902f4e1b3078ad412ae34115e69be9b9f96bf1d72106a4e', 
    'EGxJCKB4xHNOPA/Z0LEXa/QxG4I55Gq75mOa02LRQN4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00025

Result

int(1)