INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'd1cab6f66a61151ea6d8699507ccc86ebdbd3eff447e32541b23f1709a898fe0', 
    'tTvPoe2vcdyLXqvq1i1PZ8CAPP5GwOnrfbJRDZaXt/o=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00021

Result

int(1)