INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4cb0a4cb028c1b70326e5481dc07e4d89fc9fe221c4ace49e3f5e3e13ea535ff', 
    'QTicscr/ob2XHqKbUhXCnRXwZQtAPGXz+wO5b7F69ws=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00024

Result

int(1)