INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'a1d78cf64f7fef9c0617776bb0ea746767008947beb048649e485524f76a6b51', 
    'xekSR+fn6MtkGyP54oeL9FK/JnYH/naTYCqFmKLxiO0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00045

Result

int(1)