INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '87913b81983ce065fc19e7425eaf20de79fedb83065d2fe5b9594498460a03eb', 
    'PQmJAir7+8Ua150rzoj7zhJX8JgmmRm/ng2AoD0ZHCY=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00039

Result

int(1)