INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '7f5deafd59a51a9ee9345c3ea569752f9b8a57fe9a720e7fdb414f05660e8f7e', 
    'gb2VswXQen2w6VyOLJ1cT0ve5uJbM91CLtBByE3OQ5g=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00036

Result

int(1)