INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '640b0f7ff7cc71f50f916245160cebfa4fc413528507277c88b9ed1b5b8c60aa', 
    'yY6bZBZPTwYnWvJON0tmP4P2TM/tDESKOVa+FXNxn9o=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)