INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '7f6b1de1810ec23e0890e1fe8ae33926e1e02c9bbb82f3ca71d3d4192187d7a5', 
    'qetrPjhxcXmnunP3rLchyZ323gr3v1gat+8gbxEB2R8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00034

Result

int(1)