INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4c9567df58d9813043944da1a13f144ee3f2452aea1907d4f2d852eaea10ef18', 
    'vH7zSybGaMnqfIt91kBAb+ku+otxJWTZ0gqOETan6qA=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00053

Result

int(1)