INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '11766154140e087919630753f2465b4ce5ef1e4de607cff01e94d8864267fb6c', 
    '6uVgQ+CT/rkUNh5foz/3SZ6eArJEL/QYRyUBcCgG3U4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00027

Result

int(1)