INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'e079f0f2cad8808d2ff41d07a533e505f7a5f738bee4928a122d2446dad30641', 
    'US22Vd4ZiaDLe/ikLXLW+mp0pYtntLgjyI3q61Pb7xQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00028

Result

int(1)