INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'e2fbb5fa1d8970dd765b1a1ac7c8597a6ea33308bf823ab03fb39e82347a7c6e', 
    '41p1PomUqVhGBhrKbl4Rx3cqvr/MhbRtcFxwNJIcm3s=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00037

Result

int(1)