INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'e7d967921c7235deb0062f0090f3d2630c7eb28eb9036e5652695522d77fe615', 
    'kfBglaNaYhRfOW3anrwTZpoYJz2aqhgYDbNJdFr9ELs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00024

Result

int(1)