INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'deb0afa25c922ee3ebb2d78942418b9691332da1f6e02d89a6f59b77e41125e1', 
    'p+41jWg9nsLWbj22oY8tsKSBLfBJyMKZSaeIjPsonPM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00024

Result

int(1)