INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ccf183ada80b5eee8019a01df08f27931b0f45476c1a2157e105eca581c30b27', 
    'PSllehPfdeceQt9U4Gsy/A49/cHbk2EDAI9yuokgzTE=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00028

Result

int(1)