INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '03eabe2578b7371237414046e41acd0f2839c8bd298f33170868ddfb633a90dc', 
    'Fu7Hw0EGeT79WCPfruBgSVUZ0o/uncpdpDSLpil2DiU=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)