INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'a225f2c2f2eba4a374b44cc39743adca412eeb79a7eae00b1df9156f84164f4f', 
    'R0XIXDB6pA9x37GtHTc6X4ttDT9NJ30rh0dwkg+t8gs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00074

Result

int(1)