INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'cee755ffa2f5c459fc248f3657c8c5f09c50fe6c10e0bc6a6d2d9e7e09afdb60', 
    'oKWwI5qGthjPFi+NtB/EaHgF8ZeS7XU++YXqRwFaeWU=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00027

Result

int(1)