INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'd4d2be91f00627bae760cdefba3547651a13e861477bd360bd7af449ec90f165', 
    'W0dnfxGczDAPyHP06+mM6P4NweUOgBJAJh1i5GfL/PI=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00016

Result

int(1)