INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '1c48805d77ace2e8da6f3a073600c4c7f7402325cafeec0db33c593569d610ff', 
    'oZ2JquFJPhKLaZPVKMR3BSCCev6p4w21AP+/cZMhZYI=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00043

Result

int(1)